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