From ae10cc9ab0b1038d69fdf8eacceef36cd3ad5057 Mon Sep 17 00:00:00 2001 From: "Lucas L. Soto" Date: Wed, 10 Jun 2020 13:23:47 -0300 Subject: [PATCH] Force version of importlib-resources As virtualenv needs a version of importlib older than 2.0.0, the importlib-resources version has been forced to 1.5.0. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]