mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-13 22:40:16 +02:00
Merge branch 'dependencies' into 'master'
Bump Django-Redis-Cache to 3.x branch Closes #1264 See merge request allianceauth/allianceauth!1280
This commit is contained in:
commit
b724227a29
2
setup.py
2
setup.py
@ -26,7 +26,7 @@ install_requires = [
|
|||||||
'django-bootstrap-form',
|
'django-bootstrap-form',
|
||||||
'django-registration>=3.1',
|
'django-registration>=3.1',
|
||||||
'django-sortedm2m',
|
'django-sortedm2m',
|
||||||
'django-redis-cache>=2.1.0,<3.0.0,!=2.1.3', # 2.1.3 != Django 3 (Issue 1264)
|
'django-redis-cache>=3.0.0',
|
||||||
'django-celery-beat>=2.0.0',
|
'django-celery-beat>=2.0.0',
|
||||||
|
|
||||||
'openfire-restapi',
|
'openfire-restapi',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user