From 5ed5a8721bf350b18a4c44c6bdc7731227040a37 Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Thu, 23 Oct 2014 15:06:43 -0600 Subject: [PATCH] Require six >= 1.5.0 Signed-off-by: Zack Cerza --- requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements.txt b/requirements.txt index 06ff7ada2b..daff429036 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,6 +8,8 @@ beanstalkc >= 0.2.0 boto >= 2.0b4 bunch >= 1.0.0 configobj +# Require a new-ish six - only for configobj +six >= 1.5.0 httplib2 paramiko < 1.8 pexpect -- 2.39.5