Skip to content

Commit 0971792

Browse files
committed
Removed anaconda-client from distribute dependencies
1 parent 6f1cf82 commit 0971792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
install_requires=["pydantic>=1.6", "requests"],
4242
extras_require={
4343
"dev": ["black", "mypy"],
44-
"distribute": ["setuptools", "twine", "wheel", "anaconda-client"],
44+
"distribute": ["setuptools", "twine", "wheel"],
4545
},
4646
entry_points={
4747
"console_scripts": ["{0}-py = {0}.__main__:main".format(MODULE_NAME)]

0 commit comments

Comments
 (0)