There is a new dependency on the six package since the newest release, but it breaks all packages that don't include that package themselves (i.e. from pip). It should probably be specified in the setup.py configuration instead of only in requirements.txt.
There is a new dependency on the six package since the newest release, but it breaks all packages that don't include that package themselves (i.e. from pip). It should probably be specified in the
setup.py
configuration instead of only inrequirements.txt
.