Closed patcon closed 11 years ago
Waiting on this: https://github.com/celery/django-celery/pull/262
Anyhow, this solves things in the meantime :)
Might want to check whether it still works a-ok with pip <1.4
Any thoughts on adding a build matrix to travis.yml for various combinations of python versions or pip versions? Is it worth it?
Related: https://github.com/pypa/pip/issues/974
Seems that pip 1.4 sees pytz's wonky year-based versioning as pre-releases, so the
--pre
flag will be needed until django-celery fixes things. This is mostly just a heads up for the next person.