Setting celery and kombu at very specific versions so that doing a fresh install...
authorChristopher Allan Webber <cwebber@dustycloud.org>
Mon, 20 Aug 2012 16:04:13 +0000 (11:04 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Mon, 20 Aug 2012 16:04:13 +0000 (11:04 -0500)
We really ought to get mediagoblin working with the latest packages.

setup.py

index 7b03ebd34975667de8ceb8c8fdfd0e18feaabe4a..21c1179e9a1ec31be8ef6448a61f6b8605b5108c 100644 (file)
--- 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',