mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-05 12:36:54 +00:00
Upgrade requirements to pep8 1.4.3 and mccabe 0.2
This commit is contained in:
parent
b2b4590ba6
commit
467b9f5c29
2 changed files with 8 additions and 4 deletions
4
setup.py
4
setup.py
|
|
@ -33,8 +33,8 @@ setup(
|
|||
install_requires=[
|
||||
"setuptools",
|
||||
"pyflakes >= 0.6.1",
|
||||
"pep8 >= 1.4.2",
|
||||
"mccabe >= 0.2a0",
|
||||
"pep8 >= 1.4.3",
|
||||
"mccabe >= 0.2",
|
||||
],
|
||||
entry_points={
|
||||
'distutils.commands': ['flake8 = flake8.main:Flake8Command'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue