From: Christopher Allan Webber Date: Mon, 20 Aug 2012 16:04:13 +0000 (-0500) Subject: Setting celery and kombu at very specific versions so that doing a fresh install... X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=27a68d2b1e620d4dbc607439b2857159eac8af70;p=mediagoblin.git 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. --- diff --git a/setup.py b/setup.py index 7b03ebd3..21c1179e 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,8 @@ setup( 'py-bcrypt', 'nose', 'werkzeug', - 'celery', + 'celery==2.5.3', + 'kombu==2.1.7', 'jinja2', 'sphinx', 'Babel',