diff --git a/setup.cfg b/setup.cfg index f1ce18d6..5f7316c7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -29,7 +29,7 @@ install_requires = toml virtualenv>=20.0.8 importlib-metadata;python_version<"3.8" - importlib-resources;python_version<"3.7" + importlib-resources==1.5.0;python_version<"3.7" python_requires = >=3.6.1 [options.entry_points]