Pin pep8 dependecy.

Thanks @flox (@florentx)!
This commit is contained in:
Ian Cordasco 2013-01-18 19:23:36 -05:00
parent f06f484b21
commit 2d2744b017
2 changed files with 2 additions and 2 deletions

View file

@ -1,2 +1,2 @@
__version__ = '1.7.0'
__version__ = '2.0'

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)"],
install_requires=["flakey (==2.0)", "pep8 (==1.4.1)"],
long_description=README,
classifiers=[
"Environment :: Console",