mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-05 04:36:52 +00:00
parent
96817b40b2
commit
7c132d1c33
3 changed files with 24 additions and 4 deletions
6
setup.py
6
setup.py
|
|
@ -49,9 +49,9 @@ setup(
|
|||
url="https://gitlab.com/pycqa/flake8",
|
||||
packages=["flake8", "flake8.tests"],
|
||||
install_requires=[
|
||||
"pyflakes >= 0.8.1",
|
||||
"pep8 >= 1.5.7",
|
||||
"mccabe >= 0.2.1",
|
||||
"pyflakes >= 0.8.1, < 0.9",
|
||||
"pep8 >= 1.5.7, < 1.6",
|
||||
"mccabe >= 0.2.1, < 0.4",
|
||||
],
|
||||
entry_points={
|
||||
'distutils.commands': ['flake8 = flake8.main:Flake8Command'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue