Explicitly require a newer celery

This commit is contained in:
Christopher Allan Webber 2013-08-29 09:36:34 -05:00
parent b33feb18a7
commit 6a01fafc98

View File

@ -48,7 +48,7 @@ setup(
'pytest>=2.3.1',
'pytest-xdist',
'werkzeug>=0.7',
'celery',
'celery>=3.0',
'kombu',
'jinja2',
'sphinx',