aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorBoris Bobrov <breton@cynicmansion.ru>2017-06-10 01:24:29 +0300
committerBoris Bobrov <breton@cynicmansion.ru>2017-06-10 01:24:29 +0300
commit00d0bb714b76872e885d83281a328a67aa8fa9df (patch)
tree7d4d644129f95c6025e0db3b845b69369b67c51b /setup.py
parent2e1e96503ed363eb714dbbb149ea309c66f9985f (diff)
downloadmediagoblin-00d0bb714b76872e885d83281a328a67aa8fa9df.tar.lz
mediagoblin-00d0bb714b76872e885d83281a328a67aa8fa9df.tar.xz
mediagoblin-00d0bb714b76872e885d83281a328a67aa8fa9df.zip
Remove upper cap on celery kombu
Also remove kombu from requirements, because celery fetches it anyway
Diffstat (limited to 'setup.py')
-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',