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>=2.3.1',
'pytest-xdist', 'pytest-xdist',
'werkzeug>=0.7', 'werkzeug>=0.7',
'celery', 'celery>=3.0',
'kombu', 'kombu',
'jinja2', 'jinja2',
'sphinx', 'sphinx',