1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +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

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