diff options
| author | nessita <124304+nessita@users.noreply.github.com> | 2025-05-14 17:43:22 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-14 22:43:22 +0200 |
| commit | d6925f0d6beb3c08ae24bdb8fd83ddb13d1756e4 (patch) | |
| tree | 0ee364a95e60f5b8783279466e67b5fa2654f373 /tests/requirements | |
| parent | 24693a144f5c4cc77e1046e32594ab8dc33776f1 (diff) | |
Refs #35844 -- Skipped argon2-cffi requirement in Windows for Python 3.14+.
Diffstat (limited to 'tests/requirements')
| -rw-r--r-- | tests/requirements/py3.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/requirements/py3.txt b/tests/requirements/py3.txt index 8a6db24e48..aece34a0f8 100644 --- a/tests/requirements/py3.txt +++ b/tests/requirements/py3.txt @@ -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 |
