Remove external dependency on "six"
This commit is contained in:
parent
a5b09e3824
commit
55581d38b1
4 changed files with 870 additions and 4 deletions
2
setup.py
2
setup.py
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue