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 a306687 commit 607bfa0Copy full SHA for 607bfa0
setup.py
@@ -21,7 +21,7 @@ def run(self):
21
name="kafka-python",
22
version="0.8.1-1",
23
24
- install_requires=["distribute", "tox"],
+ install_requires=["distribute"],
25
tests_require=["tox"],
26
cmdclass={"test": Tox},
27
0 commit comments