mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-06 13:06:53 +00:00
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:
parent
05cae7e046
commit
821c3c8e89
1 changed files with 1 additions and 1 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue