Setting celery and kombu at very specific versions so that doing a fresh install doesn't break

We really ought to get mediagoblin working with the latest packages.
This commit is contained in:
Christopher Allan Webber 2012-08-20 11:04:13 -05:00
parent 7a690a5ae5
commit 27a68d2b1e

View File

@ -50,7 +50,8 @@ setup(
'py-bcrypt', 'py-bcrypt',
'nose', 'nose',
'werkzeug', 'werkzeug',
'celery', 'celery==2.5.3',
'kombu==2.1.7',
'jinja2', 'jinja2',
'sphinx', 'sphinx',
'Babel', 'Babel',