From f675f24ba787416726e32cc66084eb2af9fc1fac Mon Sep 17 00:00:00 2001 From: grossmj Date: Sat, 23 Sep 2023 14:48:04 +1000 Subject: [PATCH] Revert "Install importlib-resources only with Python < '3.9'. Ref #2147" This reverts commit dc1eed42da5c0befa9c22b2c6021c22502986bcd. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9f6beade..84247047 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ async-timeout>=4.0.2,<4.1 distro>=1.8.0 py-cpuinfo>=9.0.0,<10.0 platformdirs>=2.4.0 -importlib-resources>=1.3; python_version < '3.9' +importlib-resources>=1.3; python_version <= '3.9' truststore>=0.8.0; python_version >= '3.10' setuptools>=60.8.1; python_version >= '3.7' setuptools==59.6.0; python_version < '3.7' # v59.6.0 is the last version to support Python 3.6