mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-04 12:16:53 +00:00
Merge branch 'master' into 'master'
Allow pyflakes 1.1 All tests pass and it works fine here :) See merge request !55
This commit is contained in:
commit
edb62d1183
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -49,7 +49,7 @@ setup(
|
|||
url="https://gitlab.com/pycqa/flake8",
|
||||
packages=["flake8", "flake8.tests"],
|
||||
install_requires=[
|
||||
"pyflakes >= 0.8.1, < 1.1",
|
||||
"pyflakes >= 0.8.1, < 1.2",
|
||||
"pep8 >= 1.5.7, != 1.6.0, != 1.6.1, != 1.6.2",
|
||||
"mccabe >= 0.2.1, < 0.5",
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue