mirror of
https://github.com/django/django.git
synced 2025-08-21 09:19:12 +00:00
Refs #35844 -- Skipped argon2-cffi requirement in Windows for Python 3.14+.
This commit is contained in:
parent
24693a144f
commit
d6925f0d6b
@ -1,6 +1,6 @@
|
|||||||
aiosmtpd >= 1.4.5
|
aiosmtpd >= 1.4.5
|
||||||
asgiref >= 3.8.1
|
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
|
bcrypt >= 4.1.1
|
||||||
black >= 25.1.0
|
black >= 25.1.0
|
||||||
docutils >= 0.19
|
docutils >= 0.19
|
||||||
|
Loading…
x
Reference in New Issue
Block a user