s3-tests/requirements.txt
Gaudenz Steinlin d7504981b8 Upgrade requests to at least version 2.18.1
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 (!).
2017-07-24 19:37:36 +02:00

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