From 69ee1f4bc72864933b8f4741276013c940e15292 Mon Sep 17 00:00:00 2001 From: Victor Seva Date: Mon, 7 Nov 2016 10:44:19 +0100 Subject: [PATCH] TT#5454 requirements: do not use new celery 4.0 Change-Id: I44ab7a7c589efca3a95cc48b5844736d253ef113 --- requirements/common.txt | 1 + t/common.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/requirements/common.txt b/requirements/common.txt index 15a85bb..8b2e780 100644 --- a/requirements/common.txt +++ b/requirements/common.txt @@ -8,6 +8,7 @@ markdown django-filter six webassets +celery<4.0 django-celery flower django-jsonify diff --git a/t/common.txt b/t/common.txt index 15a85bb..8b2e780 100644 --- a/t/common.txt +++ b/t/common.txt @@ -8,6 +8,7 @@ markdown django-filter six webassets +celery<4.0 django-celery flower django-jsonify