summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAlex Meade <alex.meade@rackspace.com>2012-09-17 15:48:18 -0400
committerAlex Meade <alex.meade@rackspace.com>2012-09-17 15:53:27 -0400
commitc784105148bf4b860f4773cd349d1a0a7c53f050 (patch)
tree80eaa9632f04f11517398385b07e3d94778b830f /tools
parent0a8c96073c3dd76df346c262898303f6fb7435d6 (diff)
downloadpython-keystoneclient-c784105148bf4b860f4773cd349d1a0a7c53f050.tar.gz
Require httplib2 version 0.7 or higher.
SSL validation was not available until version 0.7 of httplib, which keystone client makes use of. Therefore, we cannot just allow any version. Change-Id: I05dc72aa77a4f861cc238fccf5a22192f7bdbf6f
Diffstat (limited to 'tools')
-rw-r--r--tools/pip-requires2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/pip-requires b/tools/pip-requires
index 32cdbc0..11022aa 100644
--- a/tools/pip-requires
+++ b/tools/pip-requires
@@ -1,4 +1,4 @@
argparse
-httplib2
+httplib2>=0.7
prettytable
simplejson