aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--setup.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 6d309f7e..5dc30591 100644
--- 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',