1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00

Refs #34900 -- Skipped argon2-cffi requirement on daily builds for Python 3.13.

This commit is contained in:
Mariusz Felisiak 2023-11-21 07:54:18 +01:00 committed by GitHub
parent a2769a68ea
commit 6af83d2ee6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
aiosmtpd
asgiref >= 3.7.0
argon2-cffi >= 19.2.0
argon2-cffi >= 19.2.0; sys.platform != 'win32' or python_version < '3.13'
bcrypt
black
docutils >= 0.19