diff --git a/tests/requirements/py3.txt b/tests/requirements/py3.txt index 29f8d1a1b2f..6a88d17a8f7 100644 --- a/tests/requirements/py3.txt +++ b/tests/requirements/py3.txt @@ -5,10 +5,10 @@ backports.zoneinfo; python_version < '3.9' bcrypt black docutils -geoip2 +geoip2; python_version < '3.12' jinja2 >= 2.9.2 -numpy -Pillow >= 6.2.0 +numpy; python_version < '3.12' +Pillow >= 6.2.0; sys.platform != 'win32' or python_version < '3.12' # pylibmc/libmemcached can't be built on Windows. pylibmc; sys.platform != 'win32' pymemcache >= 3.4.0