Skip to content

Commit e1bd75b

Browse files
committed
Added django-bcrypt (for bcrypt password hashing) and django-password-strength (for browser-side zxcvbn password strength estimation) to the requirements.
- Legacy-Id: 12794
1 parent 6c3a401 commit e1bd75b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

requirements.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@ coverage>=4.0.1,!=4.0.2
88
decorator>=3.4.0
99
defusedxml>=0.4.1 # for TastyPie when ussing xml; not a declared dependency
1010
Django>=1.9,<1.10
11+
django-bcrypt>=0.9.2
1112
django-bootstrap3>=7.0
1213
django-formtools>=1.0 # instead of django.contrib.formtools in 1.8
1314
django-markup>=1.1
15+
django-password-strength>=1.2.1
1416
django-tastypie>=0.13.1
1517
django-widget-tweaks>=1.3
1618
docutils>=0.12
@@ -43,3 +45,5 @@ Unidecode>=0.4.18
4345
#wsgiref>=0.1.2
4446
xml2rfc>=2.5.
4547
xym>=0.1.2,!=0.3
48+
#zxcvbn-python>=4.4.14 # Not needed until we do back-end password entropy validation
49+

0 commit comments

Comments
 (0)