Remove external dependency on "six"

This commit is contained in:
Eduard Braun 2015-11-15 15:52:55 +01:00
parent a5b09e3824
commit 55581d38b1
4 changed files with 870 additions and 4 deletions

View file

@ -41,7 +41,7 @@ setup (
author_email = 'codedread@gmail.com',
url = 'https://github.com/oberstet/scour',
platforms = ('Any'),
install_requires = ['six>=1.9.0'],
install_requires = [],
packages = find_packages(),
zip_safe = True,
entry_points = {