summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2021-06-07 19:33:58 -0700
committerAnthony Sottile <asottile@umich.edu>2021-06-07 19:34:36 -0700
commit975a3f45334861ebd8960c00e881443c23654bca (patch)
treee766b06500c0ad99af2ab713033babd31853c575
parent72f64e40bb133971708156130bc3e62eaa9fb8c6 (diff)
downloadflake8-975a3f45334861ebd8960c00e881443c23654bca.tar.gz
limit broken importlib-metadata CC @jaraco
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
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