Added argon2 password hasher libs to requirements.
- Legacy-Id: 12826
This commit is contained in:
parent
350ea9efcf
commit
1b8ae422d0
|
@ -1,6 +1,8 @@
|
||||||
# -*- conf-mode -*-
|
# -*- conf-mode -*-
|
||||||
setuptools>=18.5 # Require this first, to prevent later errors
|
setuptools>=18.5 # Require this first, to prevent later errors
|
||||||
#
|
#
|
||||||
|
anora>=0.1.2
|
||||||
|
argon2-cffi>=16.1.0 # For the Argon2 password hasher option
|
||||||
beautifulsoup4>=4.4
|
beautifulsoup4>=4.4
|
||||||
bibtexparser>=0.6.2
|
bibtexparser>=0.6.2
|
||||||
bleach>=1.5.0
|
bleach>=1.5.0
|
||||||
|
@ -9,7 +11,7 @@ coverage>=4.0.1,!=4.0.2
|
||||||
decorator>=3.4.0
|
decorator>=3.4.0
|
||||||
defusedxml>=0.4.1 # for TastyPie when ussing xml; not a declared dependency
|
defusedxml>=0.4.1 # for TastyPie when ussing xml; not a declared dependency
|
||||||
Django>=1.10,<1.11
|
Django>=1.10,<1.11
|
||||||
django-bcrypt>=0.9.2
|
django-bcrypt>=0.9.2 # for the BCrypt password hasher option. Remove when all bcrypt upgraded to argon2
|
||||||
django-bootstrap3>=7.0
|
django-bootstrap3>=7.0
|
||||||
django-formtools>=1.0 # instead of django.contrib.formtools in 1.8
|
django-formtools>=1.0 # instead of django.contrib.formtools in 1.8
|
||||||
django-markup>=1.1
|
django-markup>=1.1
|
||||||
|
|
Loading…
Reference in a new issue