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:
Adarnof 2018-02-23 11:57:06 -05:00
parent 67cd0cd55c
commit d192f23e6e

View File

@ -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',