Added django-bcrypt (for bcrypt password hashing) and django-password-strength (for browser-side zxcvbn password strength estimation) to the requirements.
- Legacy-Id: 12794
This commit is contained in:
parent
6c3a4015c5
commit
e1bd75bcc7
|
@ -8,9 +8,11 @@ coverage>=4.0.1,!=4.0.2
|
|||
decorator>=3.4.0
|
||||
defusedxml>=0.4.1 # for TastyPie when ussing xml; not a declared dependency
|
||||
Django>=1.9,<1.10
|
||||
django-bcrypt>=0.9.2
|
||||
django-bootstrap3>=7.0
|
||||
django-formtools>=1.0 # instead of django.contrib.formtools in 1.8
|
||||
django-markup>=1.1
|
||||
django-password-strength>=1.2.1
|
||||
django-tastypie>=0.13.1
|
||||
django-widget-tweaks>=1.3
|
||||
docutils>=0.12
|
||||
|
@ -43,3 +45,5 @@ Unidecode>=0.4.18
|
|||
#wsgiref>=0.1.2
|
||||
xml2rfc>=2.5.
|
||||
xym>=0.1.2,!=0.3
|
||||
#zxcvbn-python>=4.4.14 # Not needed until we do back-end password entropy validation
|
||||
|
||||
|
|
Loading…
Reference in a new issue