This website requires JavaScript.
Explore
Get Started
openstack
/
python-swiftclient
Code
Issues
Proposed changes
0aa0f4f6cc
Branches
Tags
View all branches
python-swiftclient
/
requirements.txt
3 lines
32 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Port to python-requests Currently, httplib implementation does not support SSL certificate verification. This patch fixes this. Note that ssl compression parameter and 100-continue thing is still missing from requests, though those are lower priority. Requests now takes care of: * proxy configuration (get_environ_proxies), * chunked encoding (with data generator), * bulk uploading (with files dictionary), * SSL certificate verification (with 'insecure' and 'cacert' parameter). This patch have been tested with requests 1.1.0 (CentOS 6) and requests 2.2.1 (current version). Change-Id: Ib5de962f4102d57c71ad85fd81a615362ef175dc Closes-Bug: #1199783 DocImpact SecurityImpact
2014-01-24 17:40:16 +01:00
requests>=1.1
Switch to pbr for setup. Change-Id: Ifc2efa2bd7c2f030b51494ccb471f0c3e097c5ce
2013-04-28 19:46:03 -07:00
simplejson>=2.0.9
Copy Permalink