Skip to content

Commit

Permalink
fix flake8 broken with latest importlib-metadata in Python<=3.7 (rela…
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed Dec 12, 2022
1 parent 9e56fc6 commit 43893cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ docformatter==1.4; python_version < "3.6" # pyup: ignore
docformatter; python_version >= "3.6"
flake8; python_version < "3.6"
flake8>=3.8.3,<3.9; python_version >= "3.6"
# Fix for https://github.com/PyCQA/flake8/issues/1701
importlib-metadata>=1.1.0,<4.3; python_version < "3.8"
isort; python_version < "3.6"
isort>5.5; python_version >= "3.6"
mock; python_version < "3.6"
Expand Down

0 comments on commit 43893cc

Please sign in to comment.