Bump to pep8 1.4.2 to remove some hacks

I'm so glad this came out.
This commit is contained in:
Ian Cordasco 2013-02-09 19:25:44 -05:00
commit 4cc6f1dd66
4 changed files with 96 additions and 82 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==1.4.2"],
long_description=README,
classifiers=[
"Environment :: Console",