From 5578eb837ca39641e0d51a2905a29119f0e58c70 Mon Sep 17 00:00:00 2001 From: Boris Bobrov Date: Mon, 25 Jul 2016 05:23:16 +0300 Subject: [PATCH] Cap kombu and celery See issue 5464 for details (cherry picked from commit 474a56ce90c6b2d3112276ff7c20adeb1bd0450f) --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 62365123..0e169e6c 100644 --- a/setup.py +++ b/setup.py @@ -131,6 +131,7 @@ install_requires = [ 'werkzeug>=0.7,<1.0.0', # Celery 4.3.0 drops the "sqlite" transport alias making our tests fail. 'celery>=3.0,<4.3.0', + 'kombu<4.0', # Jinja2 3.0.0 uses f-strings (Python 3.7 and above) but `pip install` on # Debian 9 doesn't seem to respect Jinja2's 'python_requires=">=3.6"' line. 'jinja2<3.0.0', -- 2.25.1