We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7784a77 commit f5bf58fCopy full SHA for f5bf58f
1 file changed
lib/setup.py
@@ -4,7 +4,7 @@
4
5
setuptools.setup(
6
name="pydatastack",
7
- version="0.0.12",
+ version="0.0.13",
8
author="Vishal Vora, Mayur Pokiya, Karan Doshi",
9
description="The Fastes way to build apps in python",
10
long_description_content_type="text/markdown",
@@ -26,6 +26,9 @@
26
"Werkzeug==2.2.2",
27
"waitress",
28
"gunicorn; sys_platform == 'linux'",
29
+ "docutils",
30
+ "docstring_parser",
31
+ "numpydoc",
32
],
33
data_files=[("static", findall("datastack/static/"))],
34
include_package_data=True,
0 commit comments