From 4a936fe74115394802616a17dcf225729527d973 Mon Sep 17 00:00:00 2001
From: Ian Wienand <iwienand@redhat.com>
Date: Thu, 1 Oct 2015 19:08:29 +1000
Subject: [PATCH] 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
---
 requirements.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/requirements.txt b/requirements.txt
index 93c4d809a..5e63740d1 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,3 +5,4 @@ Babel>=1.3
 argparse
 dib-utils # Apache-2.0
 PyYAML>=3.1.0
+flake8>=2.2.4,<=2.4.1