I was unable to install this as a pip requirement in a docker image otherwise. Adding six to install_requires wasn't sufficient as the setup.py module couldn't even be imported without six. There are better ways of doing this, but this works for now.
I was unable to install this as a pip requirement in a docker image otherwise. Adding
six
toinstall_requires
wasn't sufficient as thesetup.py
module couldn't even be imported withoutsix
. There are better ways of doing this, but this works for now.