mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-11 23:34:17 +00:00
Update dependency version constraints
This commit is contained in:
parent
f54c0874f8
commit
8300e0f97c
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
|
@ -29,9 +29,9 @@ if mock is None:
|
||||||
|
|
||||||
|
|
||||||
requires = [
|
requires = [
|
||||||
"pyflakes >= 0.8.1, < 1.1",
|
"pyflakes >= 0.8.1, != 1.2.0, != 1.2.1, != 1.2.2",
|
||||||
"pep8 >= 1.5.7, != 1.6.0, != 1.6.1, != 1.6.2",
|
"pep8 >= 1.5.7, != 1.6.0, != 1.6.1, != 1.6.2",
|
||||||
"mccabe >= 0.2.1, < 0.4",
|
"mccabe >= 0.5.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
if sys.version_info < (3, 4):
|
if sys.version_info < (3, 4):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue