Add flake8 to requirements

flake8 is called directly by dib-lint, so this is a hard requirement
to be installed for dib-lint to work outside of tox.  This came up
when proposing a dib-lint job for the nodepool elements in
project-config (I28459a9bbaaa6175d03dbe753498849a75942538)

Change-Id: I3052f860cebc66844cd21f34be64aea8474d2248
This commit is contained in:
Ian Wienand 2015-10-01 19:08:29 +10:00
parent 3972510d20
commit 4a936fe741
1 changed files with 1 additions and 0 deletions

View File

@ -5,3 +5,4 @@ Babel>=1.3
argparse
dib-utils # Apache-2.0
PyYAML>=3.1.0
flake8>=2.2.4,<=2.4.1