mirror of
https://github.com/ceph/s3-tests.git
synced 2024-11-28 19:31:39 +00:00
requirements.txt: change requests package requirement
Specifying a specific version number (0.14.0). Newer version (1.1.0) does not handle POST redirect correctly. Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
This commit is contained in:
parent
414a107b46
commit
f6fb47e513
1 changed files with 1 additions and 1 deletions
|
@ -5,6 +5,6 @@ bunch >=1.0.0
|
||||||
# 0.14 switches to libev, that means bootstrap needs to change too
|
# 0.14 switches to libev, that means bootstrap needs to change too
|
||||||
gevent ==0.13.6
|
gevent ==0.13.6
|
||||||
isodate >=0.4.4
|
isodate >=0.4.4
|
||||||
requests
|
requests ==0.14.0
|
||||||
pytz
|
pytz
|
||||||
ordereddict
|
ordereddict
|
||||||
|
|
Loading…
Reference in a new issue