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
This commit is contained in:
Alex Meade
2012-09-17 15:48:18 -04:00
parent 0a8c96073c
commit c784105148

View File

@@ -1,4 +1,4 @@
argparse
httplib2
httplib2>=0.7
prettytable
simplejson