mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-15 23:40:17 +02:00
Merge branch 'limit-django-registration' into 'master'
[COMPATIBILITY] Limit `django-registration` to <3.4 See merge request allianceauth/allianceauth!1512
This commit is contained in:
commit
2002f24178
@ -44,7 +44,7 @@ install_requires =
|
|||||||
django-celery-beat>=2.3.0
|
django-celery-beat>=2.3.0
|
||||||
django-esi>=4.0.1
|
django-esi>=4.0.1
|
||||||
django-redis>=5.2.0
|
django-redis>=5.2.0
|
||||||
django-registration>=3.3
|
django-registration>=3.3,<3.4
|
||||||
django-sortedm2m
|
django-sortedm2m
|
||||||
dnspython
|
dnspython
|
||||||
mysqlclient>=2.1.0
|
mysqlclient>=2.1.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user