mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-30 02:46:52 +00:00
Really upgrade dependencies
This commit is contained in:
parent
a3b4cd6bed
commit
da663a77ca
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
|
@ -31,8 +31,8 @@ setup(
|
|||
url="http://bitbucket.org/tarek/flake8",
|
||||
packages=["flake8", "flake8.tests"],
|
||||
install_requires=[
|
||||
"pyflakes >= 0.6.1",
|
||||
"pep8 >= 1.4.5",
|
||||
"pyflakes >= 0.7.3",
|
||||
"pep8 >= 1.4.6",
|
||||
"mccabe >= 0.2.1",
|
||||
],
|
||||
entry_points={
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue