mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-15 07:20:17 +02:00
Limit Django-Celery-Beat to 2.2.0 for Celery 4.x
This commit is contained in:
parent
5f98b5350e
commit
39a40a8c43
2
setup.py
2
setup.py
@ -27,7 +27,7 @@ install_requires = [
|
|||||||
'django-registration>=3.1',
|
'django-registration>=3.1',
|
||||||
'django-sortedm2m',
|
'django-sortedm2m',
|
||||||
'django-redis-cache>=3.0.0',
|
'django-redis-cache>=3.0.0',
|
||||||
'django-celery-beat>=2.0.0',
|
'django-celery-beat>=2.0.0,<2.2.1',
|
||||||
|
|
||||||
'openfire-restapi',
|
'openfire-restapi',
|
||||||
'sleekxmpp',
|
'sleekxmpp',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user