Refs #35844 -- Skipped argon2-cffi requirement in Windows for Python 3.14+.
Some checks are pending
Linters / flake8 (push) Waiting to run
Linters / isort (push) Waiting to run
Linters / black (push) Waiting to run
Tests / Windows, SQLite, Python 3.13 (push) Waiting to run
Tests / JavaScript tests (push) Waiting to run

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