mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-29 10:36:53 +00:00
setup.py: allow upgrade of dependencies
This commit is contained in:
parent
3e1452d10e
commit
bcbf1b8eae
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
|
@ -18,8 +18,8 @@ setup(
|
|||
packages=["flake8", "flake8.tests"],
|
||||
install_requires=[
|
||||
"setuptools",
|
||||
"pyflakes==0.6.1",
|
||||
"pep8==1.4.2",
|
||||
"pyflakes >= 0.6.1",
|
||||
"pep8 >= 1.4.2",
|
||||
],
|
||||
entry_points={
|
||||
'distutils.commands': ['flake8 = flake8.main:Flake8Command'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue