diff options
| author | Dean Troyer <dtroyer@gmail.com> | 2012-11-16 17:43:05 -0600 |
|---|---|---|
| committer | Dean Troyer <dtroyer@gmail.com> | 2012-12-18 15:30:43 -0600 |
| commit | 51dc6a0cef657cf9fa110da11d81d1c3f13194fa (patch) | |
| tree | 80bda5aa2974db6102a60b06ea7422e107034940 /tools | |
| parent | 581264757e5ac8c5313acc35e5dc94247c7a80ff (diff) | |
| download | python-keystoneclient-51dc6a0cef657cf9fa110da11d81d1c3f13194fa.tar.gz | |
Use requests module for HTTP/HTTPS
* Implement correct certificate verification
* Add requests to tools/pip-requires
* Fix OS_CACERT env var help text
* Add info to README
* Rework tests to use requests
Pinned requests module to < 1.0 as 1.0.2 is now current in pipi
as of 17Dec2012.
Change-Id: I120d2c12d6f20ebe2fd7182ec8988cc73f623b80
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/pip-requires | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/pip-requires b/tools/pip-requires index 11022aa..fab4830 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -1,4 +1,4 @@ argparse -httplib2>=0.7 prettytable +requests<1.0 simplejson |
