Set a hard pep8 dependency

Turns out that flake8 wants pep8 that is less than 1.6. Make it so.
This commit is contained in:
Craig Tracey 2015-03-09 14:15:02 -04:00
parent eab330bd89
commit d76290ddeb
2 changed files with 1 additions and 2 deletions

View File

@ -9,4 +9,3 @@ requests
pygerrit
docker-py
virtualenv

View File

@ -2,4 +2,4 @@ nose
mock
unittest2
flake8
pep8
pep8==1.5.7