From: Boris Bobrov Date: Fri, 9 Jun 2017 22:24:29 +0000 (+0300) Subject: Remove upper cap on celery kombu X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=00d0bb714b76872e885d83281a328a67aa8fa9df;p=mediagoblin.git Remove upper cap on celery kombu Also remove kombu from requirements, because celery fetches it anyway --- 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',