Skip to content

Commit 1b8ae42

Browse files
committed
Added argon2 password hasher libs to requirements.
- Legacy-Id: 12826
1 parent 350ea9e commit 1b8ae42

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

requirements.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# -*- conf-mode -*-
22
setuptools>=18.5 # Require this first, to prevent later errors
33
#
4+
anora>=0.1.2
5+
argon2-cffi>=16.1.0 # For the Argon2 password hasher option
46
beautifulsoup4>=4.4
57
bibtexparser>=0.6.2
68
bleach>=1.5.0
@@ -9,7 +11,7 @@ coverage>=4.0.1,!=4.0.2
911
decorator>=3.4.0
1012
defusedxml>=0.4.1 # for TastyPie when ussing xml; not a declared dependency
1113
Django>=1.10,<1.11
12-
django-bcrypt>=0.9.2
14+
django-bcrypt>=0.9.2 # for the BCrypt password hasher option. Remove when all bcrypt upgraded to argon2
1315
django-bootstrap3>=7.0
1416
django-formtools>=1.0 # instead of django.contrib.formtools in 1.8
1517
django-markup>=1.1

0 commit comments

Comments
 (0)