We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22ccb5f commit 8d447e5Copy full SHA for 8d447e5
setup.py
@@ -74,5 +74,6 @@ def run(self):
74
classifiers=CLASSIFIERS,
75
keywords=KEYWORDS,
76
requires=['suds'],
77
+ install_requires=['suds'],
78
cmdclass={'zip_docs': zip_docs},
79
)
0 commit comments