From 4c2434219d057ebbfe314f3004631711c76bdf28 Mon Sep 17 00:00:00 2001 From: Ariel Rin Date: Sun, 11 Nov 2018 01:55:13 +0000 Subject: [PATCH] limit django, django-celery-beat to compatible versions --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 5c433ed2..c6d3b38f 100644 --- a/setup.py +++ b/setup.py @@ -16,12 +16,12 @@ install_requires = [ 'celery>=4.0.2', 'celery_once', - 'django>=1.11,<2.1', + 'django>=1.11,<=2.0.8', 'django-bootstrap-form', 'django-registration==2.4', 'django-sortedm2m', 'django-redis-cache>=1.7.1', - 'django-celery-beat', + 'django-celery-beat<=1.1.1', 'openfire-restapi', 'sleekxmpp',