From 496d779a6338681760aa496b49af4b5d6de33031 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Sun, 3 Nov 2013 20:22:57 -0600 Subject: [PATCH] Apparently we need a version of Kombu less than 3.0 for now. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This commit sponsored by Andrés Muñiz Piniella. Thank you! --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cf3c2018..576185a3 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ setup( 'pytest-xdist', 'werkzeug>=0.7', 'celery>=3.0', - 'kombu', + 'kombu<3.0', 'jinja2', 'sphinx', 'Babel<1.0', -- 2.25.1