mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-17 16:30:15 +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_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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user