mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-06 13:06:53 +00:00
update ranges for dependencies
This commit is contained in:
parent
45699b61ae
commit
6ea4e108c8
1 changed files with 3 additions and 3 deletions
|
|
@ -40,9 +40,9 @@ from now when you install it again.
|
|||
|Flake8|'s dependencies tend to avoid new checks in patch versions which is
|
||||
why |Flake8| expresses its dependencies roughly as::
|
||||
|
||||
pycodestyle >= 2.0.0, < 2.1.0
|
||||
pyflakes >= 0.8.0, != 1.2.0, != 1.2.1, != 1.2.2, < 1.3.0
|
||||
mccabe >= 0.5.0, < 0.6.0
|
||||
pycodestyle >= 2.10.0, < 2.11.0
|
||||
pyflakes >= 3.0.0, < 3.1.0
|
||||
mccabe >= 0.7.0, < 0.8.0
|
||||
|
||||
This allows those projects to release patch versions that fix bugs and for
|
||||
|Flake8| users to consume those fixes.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue