Try importlib-resources for Python 3.9

This commit is contained in:
grossmj 2022-12-30 11:44:29 +08:00
parent 5bcc247881
commit 85679aaa94
2 changed files with 1 additions and 1 deletions

View File

@ -11,6 +11,6 @@ psutil==5.9.4
async-timeout>=4.0.2,<4.1
distro>=1.7.0
py-cpuinfo>=9.0.0,<10.0
importlib-resources>=1.3; python_version < '3.9'
importlib-resources>=1.3; python_version <= '3.9'
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