diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2024-08-28 14:02:47 +0200 |
|---|---|---|
| committer | Natalia <124304+nessita@users.noreply.github.com> | 2024-08-28 10:10:05 -0300 |
| commit | e435b44be6028f10585a4781646da33dc63a0f5c (patch) | |
| tree | 7c536ff11c8bda03e5c0a378b24c1fdbf1214c2a | |
| parent | 625aab3aeacf0af286a8067430d914a3e954e5df (diff) | |
[5.1.x] Refs #34900 -- Updated requirements for Python 3.13.
Backport of 07a4d23283586bc4578eb9c82a7ad14af3724057 from main.
| -rw-r--r-- | tests/requirements/py3.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/requirements/py3.txt b/tests/requirements/py3.txt index 0fcb6e5b4e..a9679af97c 100644 --- a/tests/requirements/py3.txt +++ b/tests/requirements/py3.txt @@ -1,20 +1,20 @@ aiosmtpd asgiref >= 3.8.1 -argon2-cffi >= 19.2.0; sys_platform != 'win32' or python_version < '3.13' +argon2-cffi >= 19.2.0 bcrypt black docutils >= 0.19 -geoip2; python_version < '3.13' +geoip2 jinja2 >= 2.11.0 -numpy; sys_platform != 'win32' or python_version < '3.13' -Pillow >= 6.2.1; sys_platform != 'win32' or python_version < '3.13' +numpy +Pillow >= 6.2.1 # pylibmc/libmemcached can't be built on Windows. pylibmc; sys_platform != 'win32' pymemcache >= 3.4.0 pywatchman; sys_platform != 'win32' PyYAML redis >= 3.4.0 -selenium >= 4.8.0; sys_platform != 'win32' or python_version < '3.13' +selenium >= 4.8.0 sqlparse >= 0.3.1 tblib >= 1.5.0 tzdata |
