mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-05 04:36:52 +00:00
Transition to pyflakes 0.6.1
That was less painful than I thought it would be.
This commit is contained in:
parent
1d247709a0
commit
d220a65222
4 changed files with 70 additions and 40 deletions
2
setup.py
2
setup.py
|
|
@ -42,7 +42,7 @@ setup(
|
|||
url="http://bitbucket.org/tarek/flake8",
|
||||
packages=["flake8", "flake8.tests"],
|
||||
scripts=scripts,
|
||||
install_requires=["flakey (==2.0)", "pep8 (==1.4.1)"],
|
||||
install_requires=["pyflakes==0.6.1", "pep8"],
|
||||
long_description=README,
|
||||
classifiers=[
|
||||
"Environment :: Console",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue