Avoid importlib_metadata dependency since Python 3.10 (#2959)

This commit is contained in:
Timothée Mazzucotelli
2022-09-01 23:44:35 +02:00
committed by GitHub
parent 3896a82ebf
commit 4ada758a79
7 changed files with 22 additions and 12 deletions

View File

@@ -70,7 +70,7 @@ setup(
'watchdog>=2.0',
'ghp-import>=1.0',
'pyyaml_env_tag>=0.1',
'importlib_metadata>=4.3',
'importlib_metadata>=4.3; python_version < "3.10"',
'packaging>=20.5',
'mergedeep>=1.3.4'
],