aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2013-08-29 09:36:34 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2013-08-29 09:36:34 -0500
commit6a01fafc9828023b449df004d30580a341fd6279 (patch)
tree213b8e317d382bd31cf2386023f2945e2118d43f /setup.py
parentb33feb18a77fcd9ff5b9c0cdb9ed6d81c467e759 (diff)
downloadmediagoblin-6a01fafc9828023b449df004d30580a341fd6279.tar.lz
mediagoblin-6a01fafc9828023b449df004d30580a341fd6279.tar.xz
mediagoblin-6a01fafc9828023b449df004d30580a341fd6279.zip
Explicitly require a newer celery
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 66f21b0c..4856824a 100644
--- a/setup.py
+++ b/setup.py
@@ -48,7 +48,7 @@ setup(
'pytest>=2.3.1',
'pytest-xdist',
'werkzeug>=0.7',
- 'celery',
+ 'celery>=3.0',
'kombu',
'jinja2',
'sphinx',