From 904caab6b17a7030271d4eca3b0eea8e51a123fc Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Sun, 10 Nov 2013 12:38:49 -0600 Subject: Apparently kombu is fine again --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 576185a3..cf3c2018 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ setup( 'pytest-xdist', 'werkzeug>=0.7', 'celery>=3.0', - 'kombu<3.0', + 'kombu', 'jinja2', 'sphinx', 'Babel<1.0', -- cgit v1.2.3