mirror of
https://github.com/ceph/s3-tests.git
synced 2024-11-21 23:29:47 +00:00
d7504981b8
The redirection issue which was the reason to pin requests to a specific version is fixed. At least the test failure on s3tests.functional.test_s3.test_post_object_success_redirect_action no longer occurs with version 2.18.1. The new version solves the issue the old version has with newer versions of libssl which disable SSLv3 support. The currently pinned version of requests is from 2012 (!).
12 lines
200 B
Text
12 lines
200 B
Text
PyYAML
|
|
nose >=1.0.0
|
|
boto >=2.6.0
|
|
bunch >=1.0.0
|
|
# 0.14 switches to libev, that means bootstrap needs to change too
|
|
gevent >=1.0
|
|
isodate >=0.4.4
|
|
requests >=2.18.1
|
|
pytz >=2011k
|
|
ordereddict
|
|
httplib2
|
|
lxml
|