From: Boris Bobrov Date: Mon, 25 Jul 2016 02:23:16 +0000 (+0300) Subject: Cap kombu and celery X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=474a56ce90c6b2d3112276ff7c20adeb1bd0450f;p=mediagoblin.git Cap kombu and celery See issue 5464 for details --- diff --git a/setup.py b/setup.py index 0c2fe731..608a01d5 100644 --- a/setup.py +++ b/setup.py @@ -56,8 +56,8 @@ install_requires = [ 'pytest>=2.3.1', 'pytest-xdist', 'werkzeug>=0.7', - 'celery>=3.0', - 'kombu', + 'celery>=3.0,<4.0', + 'kombu<4.0', 'jinja2', 'Babel>=1.3', 'WebTest>=2.0.18',