aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
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',