Remove six from requirements

This commit is contained in:
David Fischer
2016-01-31 14:17:50 +01:00
parent 14c8c96057
commit b6d22b44b5

View File

@@ -15,11 +15,10 @@ setup(
long_description=open('README.md').read(),
install_requires=[
'docopt',
'soundcloud',
'wget',
'mutagen',
'soundcloud',
'termcolor',
'six'
'wget'
],
url='https://github.com/flyingrub/scdl',
classifiers=[