summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Lukjanov <slukjanov@mirantis.com>2013-10-16 15:25:18 -0700
committerSergey Lukjanov <slukjanov@mirantis.com>2013-10-16 15:25:18 -0700
commit6781f002c546c14d1c754f6da69b4235a10b48af (patch)
tree5cd322a64a5e9f49e725591c3030b7994cf9b55e
parent8dbf5b85ce8b701ef57c3dd9b5b668bd99d78e7a (diff)
downloadpython-saharaclient-0.3.tar.gz
Add lower bound for the six dep0.3
Change-Id: I5db4357c04c5d32003a2b6869c1f571a71498231
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 8144593..8f2a341 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -3,4 +3,4 @@ pbr>=0.5.21,<1.0
netaddr
python-keystoneclient>=0.3.2
requests>=1.1,<1.2.3
-six
+six>=1.4.1