projects
/
mediagoblin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e1e965
)
Remove upper cap on celery kombu
author
Boris Bobrov
<breton@cynicmansion.ru>
Fri, 9 Jun 2017 22:24:29 +0000
(
01:24
+0300)
committer
Boris 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
patch
|
blob
|
blame
|
history
diff --git
a/setup.py
b/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',