Remove upper cap on celery kombu
authorBoris Bobrov <breton@cynicmansion.ru>
Fri, 9 Jun 2017 22:24:29 +0000 (01:24 +0300)
committerBoris Bobrov <breton@cynicmansion.ru>
Fri, 9 Jun 2017 22:24:29 +0000 (01:24 +0300)
Also remove kombu from requirements, because celery fetches it anyway

setup.py

index 6d309f7eb57ffaf82a5d637de8baec61b92732b1..5dc3059124d233271e3c980822b01705a67ecb5a 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -56,8 +56,7 @@ install_requires = [
     'pytest>=2.3.1',
     'pytest-xdist',
     'werkzeug>=0.7',
-    'celery>=3.0,<4.0a0',
-    'kombu<4.0a0',
+    'celery>=3.0',
     'jinja2',
     'Babel>=1.3',
     'WebTest>=2.0.18',