1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

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

@@ -49,7 +49,7 @@ console_scripts =
django-admin = django.core.management:execute_from_command_line
[options.extras_require]
argon2 = argon2-cffi >= 16.1.0
argon2 = argon2-cffi >= 19.1.0
bcrypt = bcrypt
[bdist_rpm]