Refs #30472 -- Simplified Argon2PasswordHasher with argon2-cffi 19.1+ API.

This commit is contained in:
Florian Apolloner 2020-06-17 07:46:45 +02:00 committed by Mariusz Felisiak
parent ee49cf4f35
commit faad809e09
4 changed files with 37 additions and 37 deletions

View file

@ -270,7 +270,7 @@ Running all the tests
If you want to run the full suite of tests, you'll need to install a number of
dependencies:
* argon2-cffi_ 16.1.0+
* argon2-cffi_ 19.1.0+
* asgiref_ 3.2+ (required)
* bcrypt_
* docutils_