sshtunnel, sphinx, sphinx-rtd-theme, werkzeug removed from dependencies

This commit is contained in:
ahmadbilalkhalid 2019-12-30 23:22:00 +05:00
parent 27e780b359
commit 6a40a7f12f
1 changed files with 0 additions and 4 deletions

View File

@ -37,13 +37,9 @@ setup(
"flask-restful", "flask-restful",
"bitmath", "bitmath",
"pyotp", "pyotp",
"sshtunnel",
"sphinx",
"pynetbox", "pynetbox",
"colorama", "colorama",
"sphinx-rtd-theme",
"etcd3 @ https://github.com/kragniz/python-etcd3/tarball/master#egg=etcd3", "etcd3 @ https://github.com/kragniz/python-etcd3/tarball/master#egg=etcd3",
"werkzeug",
"marshmallow", "marshmallow",
], ],
scripts=["scripts/ucloud"], scripts=["scripts/ucloud"],