Transition to pyflakes 0.6.1

That was less painful than I thought it would be.
This commit is contained in:
Ian Cordasco 2013-02-08 17:35:56 -05:00
parent 1d247709a0
commit d220a65222
4 changed files with 70 additions and 40 deletions

View file

@ -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",