mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-06 13:06:53 +00:00
Merge branch 'use-pycodestyle' from IanLee1521
I've merged this into a local branch which I'll then merge into master
Conflicts:
setup.py
This commit is contained in:
commit
0a6ecad806
12 changed files with 18 additions and 18 deletions
2
setup.py
2
setup.py
|
|
@ -50,7 +50,7 @@ setup(
|
|||
packages=["flake8", "flake8.tests"],
|
||||
install_requires=[
|
||||
"pyflakes >= 0.8.1, < 1.3, != 1.2.0, != 1.2.1, != 1.2.2",
|
||||
"pep8 >= 1.5.7, != 1.6.0, != 1.6.1, != 1.6.2",
|
||||
"pycodestyle >= 2.0, < 2.1",
|
||||
"mccabe >= 0.2.1, < 0.6",
|
||||
],
|
||||
entry_points={
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue