From 55eb90bc3cfccdae547b9dc4b9fff17ca4b21547 Mon Sep 17 00:00:00 2001 From: luto Date: Mon, 28 Nov 2016 20:30:52 +0100 Subject: [PATCH] install kombu 3.0.x, as required by celery 3.1.x we require celery 3.1.23 explictly. It is not compatible with recent versions of kombu, which is installed in any version. This sets the version to a compatible one: https://github.com/celery/celery/blob/v3.1.24/requirements/default.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a014363..27a0792 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ future==0.14.3 gunicorn==19.3.0 httplib2==0.9.1 icalendar==3.9.0 -kombu +kombu>=3.0.36,<3.1 mercurial==3.4.1 oauth2client==1.4.11 pyasn1==0.1.7