1
0
mirror of https://github.com/django/django.git synced 2025-06-13 23:49:13 +00:00

Refs #35844 -- Skipped argon2-cffi requirement in Windows for Python 3.14+.

This commit is contained in:
nessita 2025-05-14 17:43:22 -03:00 committed by GitHub
parent 24693a144f
commit d6925f0d6b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
aiosmtpd >= 1.4.5
asgiref >= 3.8.1
argon2-cffi >= 23.1.0
argon2-cffi >= 23.1.0; sys.platform != 'win32' or python_version < '3.14'
bcrypt >= 4.1.1
black >= 25.1.0
docutils >= 0.19