limit django, django-celery-beat to compatible versions

This commit is contained in:
Ariel Rin 2018-11-11 01:55:13 +00:00
parent 8c65fda33b
commit 4c2434219d

View File

@ -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',