Cap kombu and celery
See issue 5464 for details
This commit is contained in:
parent
dbb86ffbbf
commit
474a56ce90
4
setup.py
4
setup.py
@ -56,8 +56,8 @@ install_requires = [
|
|||||||
'pytest>=2.3.1',
|
'pytest>=2.3.1',
|
||||||
'pytest-xdist',
|
'pytest-xdist',
|
||||||
'werkzeug>=0.7',
|
'werkzeug>=0.7',
|
||||||
'celery>=3.0',
|
'celery>=3.0,<4.0',
|
||||||
'kombu',
|
'kombu<4.0',
|
||||||
'jinja2',
|
'jinja2',
|
||||||
'Babel>=1.3',
|
'Babel>=1.3',
|
||||||
'WebTest>=2.0.18',
|
'WebTest>=2.0.18',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user