From d0c9e589ca41d8b2a072e518bbaecb0df28e33d6 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Tue, 19 Oct 2021 19:02:36 -0700 Subject: [PATCH] ban broken importlib-resources versions --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 26832b82a..975dd77b8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -31,7 +31,7 @@ install_requires = toml virtualenv>=20.0.8 importlib-metadata;python_version<"3.8" - importlib-resources;python_version<"3.7" + importlib-resources<5.3;python_version<"3.7" python_requires = >=3.6.1 [options.packages.find]