campaignmonitor / createsend-python

A Python library for the Campaign Monitor API
http://campaignmonitor.github.io/createsend-python
MIT License
57 stars 64 forks source link

allow setup.py to be parsed without having `six` installed #42

Closed DrMeers closed 7 years ago

DrMeers commented 7 years ago

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.

jdennes commented 7 years ago

Should be fixed in https://github.com/campaignmonitor/createsend-python/releases/tag/v4.2.2.