Skip to content

Commit f5bf58f

Browse files
author
Vishal Vora
committed
bump to v0.13
1 parent 7784a77 commit f5bf58f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

lib/setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setuptools.setup(
66
name="pydatastack",
7-
version="0.0.12",
7+
version="0.0.13",
88
author="Vishal Vora, Mayur Pokiya, Karan Doshi",
99
description="The Fastes way to build apps in python",
1010
long_description_content_type="text/markdown",
@@ -26,6 +26,9 @@
2626
"Werkzeug==2.2.2",
2727
"waitress",
2828
"gunicorn; sys_platform == 'linux'",
29+
"docutils",
30+
"docstring_parser",
31+
"numpydoc",
2932
],
3033
data_files=[("static", findall("datastack/static/"))],
3134
include_package_data=True,

0 commit comments

Comments
 (0)