Apparently kombu is fine again
authorChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 10 Nov 2013 18:38:49 +0000 (12:38 -0600)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 10 Nov 2013 18:38:49 +0000 (12:38 -0600)
setup.py

index 576185a3bf424819aaba0f06bdd45a879439d87d..cf3c2018ed8327d32597e1c41ffbc2b416c0413f 100644 (file)
--- 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',