diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-08-29 09:36:34 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-08-29 09:36:34 -0500 |
commit | 6a01fafc9828023b449df004d30580a341fd6279 (patch) | |
tree | 213b8e317d382bd31cf2386023f2945e2118d43f /setup.py | |
parent | b33feb18a77fcd9ff5b9c0cdb9ed6d81c467e759 (diff) | |
download | mediagoblin-6a01fafc9828023b449df004d30580a341fd6279.tar.lz mediagoblin-6a01fafc9828023b449df004d30580a341fd6279.tar.xz mediagoblin-6a01fafc9828023b449df004d30580a341fd6279.zip |
Explicitly require a newer celery
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ setup( 'pytest>=2.3.1', 'pytest-xdist', 'werkzeug>=0.7', - 'celery', + 'celery>=3.0', 'kombu', 'jinja2', 'sphinx', |