diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2024-08-28 14:02:47 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-28 09:02:47 -0300 |
| commit | 07a4d23283586bc4578eb9c82a7ad14af3724057 (patch) | |
| tree | 75b2a17240adc3a3db3ec2fe693191f00a923b63 /tests/requirements | |
| parent | 2b71b2c8dcd40f2604310bb3914077320035b399 (diff) | |
Refs #34900 -- Updated requirements for Python 3.13.
Diffstat (limited to 'tests/requirements')
| -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 |
