mirror of
https://github.com/django/django.git
synced 2024-11-18 15:34:16 +00:00
a5033dbc58
The previous version of Argon2 uses encoded hashes of the form: $argon2d$m=8,t=1,p=1$<salt>$<data> The new version of Argon2 adds its version into the hash: $argon2d$v=19$m=8,t=1,p=1$<salt>$<data> This lets Django handle both version properly.
13 lines
114 B
Plaintext
13 lines
114 B
Plaintext
argon2-cffi >= 16.1.0
|
|
bcrypt
|
|
docutils
|
|
geoip2
|
|
jinja2 >= 2.7
|
|
numpy
|
|
Pillow
|
|
PyYAML
|
|
pytz > dev
|
|
selenium
|
|
sqlparse
|
|
tblib
|