From 29daac11df1b3a90083bbaac1e76a49e7fe46e51 Mon Sep 17 00:00:00 2001 From: Miguel Gonzalez Date: Tue, 22 May 2018 17:19:42 +0200 Subject: [PATCH] Pin kombu version to match celery See https://github.com/celery/kombu/issues/873 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 895b5f19..fd1cac7a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,6 +9,7 @@ amqp==2.1.4 asana==0.6.5 bleach==2.0.0 celery==4.0.2 +kombu==4.0.2 cryptography==1.9 cssutils==1.0.2 diff-match-patch==20121119