Revert "limit broken importlib-metadata CC @jaraco"

This reverts commit 975a3f4533. The
breakage has since been fixed and, per the documentation, we only need
to use ranges for mccabe, pyflakes, and pycodestyle.

Signed-off-by: Stephen Finucane <stephen@that.guru>
This commit is contained in:
Stephen Finucane 2021-11-04 11:26:01 +00:00
parent 05cae7e046
commit 821c3c8e89

View file

@ -42,7 +42,7 @@ install_requires =
mccabe>=0.6.0,<0.7.0
pycodestyle>=2.8.0,<2.9.0
pyflakes>=2.4.0,<2.5.0
importlib-metadata<4.3;python_version<"3.8"
importlib-metadata; python_version<"3.8"
python_requires = >=3.6
[options.packages.find]