mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-19 17:22:30 +02:00
limit django, django-celery-beat to compatible versions
This commit is contained in:
parent
8c65fda33b
commit
4c2434219d
4
setup.py
4
setup.py
@ -16,12 +16,12 @@ install_requires = [
|
|||||||
'celery>=4.0.2',
|
'celery>=4.0.2',
|
||||||
'celery_once',
|
'celery_once',
|
||||||
|
|
||||||
'django>=1.11,<2.1',
|
'django>=1.11,<=2.0.8',
|
||||||
'django-bootstrap-form',
|
'django-bootstrap-form',
|
||||||
'django-registration==2.4',
|
'django-registration==2.4',
|
||||||
'django-sortedm2m',
|
'django-sortedm2m',
|
||||||
'django-redis-cache>=1.7.1',
|
'django-redis-cache>=1.7.1',
|
||||||
'django-celery-beat',
|
'django-celery-beat<=1.1.1',
|
||||||
|
|
||||||
'openfire-restapi',
|
'openfire-restapi',
|
||||||
'sleekxmpp',
|
'sleekxmpp',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user