From 975a3f45334861ebd8960c00e881443c23654bca Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Mon, 7 Jun 2021 19:33:58 -0700 Subject: [PATCH] limit broken importlib-metadata CC @jaraco --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 1c54260..ade05af 100644 --- a/setup.cfg +++ b/setup.cfg @@ -41,7 +41,7 @@ install_requires= pyflakes >= 2.3.0, < 2.4.0 pycodestyle >= 2.7.0, < 2.8.0 mccabe >= 0.6.0, < 0.7.0 - importlib-metadata; python_version<"3.8" + importlib-metadata<4.3; python_version<"3.8" python_requires = >=3.6