mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-11 13:30:17 +02:00
Require exactly django-registration==2.4
This is the newest version which allows installation on Django 2.0 (and indeed does work) that also provides the scheme context to emails.
This commit is contained in:
parent
67cd0cd55c
commit
d192f23e6e
2
setup.py
2
setup.py
@ -17,7 +17,7 @@ install_requires = [
|
|||||||
|
|
||||||
'django>=1.11',
|
'django>=1.11',
|
||||||
'django-bootstrap-form',
|
'django-bootstrap-form',
|
||||||
'django-registration>=2.4,<3.0',
|
'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',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user