mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-02 03:46:53 +00:00
Upgrade mccabe.
This commit is contained in:
parent
0f90a8aca5
commit
c6623b37d1
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -33,7 +33,7 @@ setup(
|
|||
install_requires=[
|
||||
"pyflakes == 0.6.1",
|
||||
"pep8 == 1.4.5",
|
||||
"mccabe == 0.2",
|
||||
"mccabe == 0.2.1",
|
||||
],
|
||||
entry_points={
|
||||
'distutils.commands': ['flake8 = flake8.main:Flake8Command'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue