Remove install_requires altogether

This commit is contained in:
Steven Silvester
2014-10-12 16:28:31 -05:00
parent 7d171a8e37
commit c74b652e1e
-3
View File
@@ -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