mirror of
https://github.com/django/django.git
synced 2025-10-09 18:12:39 +00:00
Fixed #26033 -- Added Argon2 password hasher.
This commit is contained in:
parent
74670498e9
commit
b4250ea04a
9 changed files with 215 additions and 1 deletions
1
setup.py
1
setup.py
|
@ -49,6 +49,7 @@ setup(
|
|||
]},
|
||||
extras_require={
|
||||
"bcrypt": ["bcrypt"],
|
||||
"argon2": ["argon2-cffi >= 16.0.0"],
|
||||
},
|
||||
zip_safe=False,
|
||||
classifiers=[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue