From 6a01fafc9828023b449df004d30580a341fd6279 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Thu, 29 Aug 2013 09:36:34 -0500 Subject: [PATCH] Explicitly require a newer celery --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- 2.25.1