mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-10 09:06:21 +01: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:
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',
|
||||||
|
|||||||
Reference in New Issue
Block a user