We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc1eed4 commit f675f24Copy full SHA for f675f24
requirements.txt
@@ -12,7 +12,7 @@ async-timeout>=4.0.2,<4.1
12
distro>=1.8.0
13
py-cpuinfo>=9.0.0,<10.0
14
platformdirs>=2.4.0
15
-importlib-resources>=1.3; python_version < '3.9'
+importlib-resources>=1.3; python_version <= '3.9'
16
truststore>=0.8.0; python_version >= '3.10'
17
setuptools>=60.8.1; python_version >= '3.7'
18
setuptools==59.6.0; python_version < '3.7' # v59.6.0 is the last version to support Python 3.6
0 commit comments