diff options
| author | Yaguang Tang <yaguang.tang@canonical.com> | 2012-12-31 00:31:50 +0800 |
|---|---|---|
| committer | Yaguang Tang <yaguang.tang@canonical.com> | 2012-12-31 00:42:47 +0800 |
| commit | dd24bcf15c5e690c56619e92b11fd4a340572fb5 (patch) | |
| tree | a5991981fa392203314ca1bf93a737135aababff /tools | |
| parent | d37a3fb06cbb284d2bea330b456b774bfe2662f7 (diff) | |
| download | python-keystoneclient-dd24bcf15c5e690c56619e92b11fd4a340572fb5.tar.gz | |
Pin requests to >=0.8.8.
requests add SSL CERT VERIFICATION support since 0.8.8.
fix bug #1094699
Change-Id: I7974983087f7483283438906d738bec7cba84ed2
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 fab4830..0019f6c 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -1,4 +1,4 @@ argparse prettytable -requests<1.0 +requests>=0.8.8,<1.0 simplejson |
