remove six

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2017-09-12 12:39:15 -04:00
parent 5d57f35078
commit b3b024f61f
+1 -1
View File
@@ -62,7 +62,7 @@ $$/ $$/ $$$$$$$/ $$$$$$$/ $$/ $$/ $/ $$/
# Packages that should be ignored later.
BAD_PACKAGES = (
'setuptools', 'pip', 'wheel', 'six', 'packaging', 'distribute'
'setuptools', 'pip', 'wheel', 'packaging', 'distribute'
'pyparsing', 'appdirs', 'pipenv'
)