mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-09 06:14:17 +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"],
|
packages=["flake8", "flake8.tests"],
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"setuptools",
|
"setuptools",
|
||||||
"pyflakes==0.6.1",
|
"pyflakes >= 0.6.1",
|
||||||
"pep8==1.4.2",
|
"pep8 >= 1.4.2",
|
||||||
],
|
],
|
||||||
entry_points={
|
entry_points={
|
||||||
'distutils.commands': ['flake8 = flake8.main:Flake8Command'],
|
'distutils.commands': ['flake8 = flake8.main:Flake8Command'],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue