Fixed #26033 -- Added Argon2 password hasher.

This commit is contained in:
Bas Westerbaan 2015-12-26 13:14:07 +01:00 committed by Tim Graham
parent 74670498e9
commit b4250ea04a
9 changed files with 215 additions and 1 deletions

View file

@ -49,6 +49,7 @@ setup(
]},
extras_require={
"bcrypt": ["bcrypt"],
"argon2": ["argon2-cffi >= 16.0.0"],
},
zip_safe=False,
classifiers=[