Remove upper cap on celery kombu

Also remove kombu from requirements, because celery fetches it anyway
This commit is contained in:
Boris Bobrov 2017-06-10 01:24:29 +03:00
parent 2e1e96503e
commit 00d0bb714b

View File

@ -56,8 +56,7 @@ install_requires = [
'pytest>=2.3.1', 'pytest>=2.3.1',
'pytest-xdist', 'pytest-xdist',
'werkzeug>=0.7', 'werkzeug>=0.7',
'celery>=3.0,<4.0a0', 'celery>=3.0',
'kombu<4.0a0',
'jinja2', 'jinja2',
'Babel>=1.3', 'Babel>=1.3',
'WebTest>=2.0.18', 'WebTest>=2.0.18',