diff --git a/setup.py b/setup.py index e96fe71e..b4b74ab3 100755 --- a/setup.py +++ b/setup.py @@ -141,9 +141,6 @@ if __name__ == "__main__": ], configuration=configuration, - install_requires=[ - "six>=%s" % DEPENDENCIES['six'] - ], packages=setuptools.find_packages(exclude=['doc']), include_package_data=True, zip_safe=False, # the package can run out of an .egg file