agoravoting / agora-ciudadana

Liquid Voting system made with python and django
https://www.agoravoting.com
GNU Affero General Public License v3.0
122 stars 48 forks source link

pytz dep in django-celery dep fails with pip 1.4 #35

Closed patcon closed 11 years ago

patcon commented 11 years ago

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.

patcon commented 11 years ago

Waiting on this: https://github.com/celery/django-celery/pull/262

patcon commented 11 years ago

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?