Limit Django-Celery-Beat to 2.2.0 for Celery 4.x

This commit is contained in:
Ariel Rin 2021-07-02 16:42:07 +00:00
parent 5f98b5350e
commit 39a40a8c43

View File

@ -27,7 +27,7 @@ install_requires = [
'django-registration>=3.1',
'django-sortedm2m',
'django-redis-cache>=3.0.0',
'django-celery-beat>=2.0.0',
'django-celery-beat>=2.0.0,<2.2.1',
'openfire-restapi',
'sleekxmpp',