From 1b8ae422d09ffcddcc3bc2bb4743df36cafd2b8c Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Sun, 12 Feb 2017 17:10:37 +0000 Subject: [PATCH] Added argon2 password hasher libs to requirements. - Legacy-Id: 12826 --- requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3dba8f4dc..6884433c6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,8 @@ # -*- conf-mode -*- 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 bibtexparser>=0.6.2 bleach>=1.5.0 @@ -9,7 +11,7 @@ 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.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-formtools>=1.0 # instead of django.contrib.formtools in 1.8 django-markup>=1.1