mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-11 15:24:18 +00:00
parent
20ed95f70e
commit
d41701df3b
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -50,7 +50,7 @@ setup(
|
||||||
packages=["flake8", "flake8.tests"],
|
packages=["flake8", "flake8.tests"],
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"pyflakes >= 0.8.1, < 0.9",
|
"pyflakes >= 0.8.1, < 0.9",
|
||||||
"pep8 >= 1.5.7, < 1.6",
|
"pep8 >= 1.5.7, != 1.6.0, != 1.6.1, != 1.6.2",
|
||||||
"mccabe >= 0.2.1, < 0.4",
|
"mccabe >= 0.2.1, < 0.4",
|
||||||
],
|
],
|
||||||
entry_points={
|
entry_points={
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue