mirror of
https://github.com/ceph/s3-tests.git
synced 2024-11-21 23:29:47 +00:00
boto: bump required version to 2.1
We now pass rewind param to key.set_contents_from_file, which requires >= 2.1 Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
This commit is contained in:
parent
d346415f79
commit
18bca10fd5
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
PyYAML
|
||||
nose >=1.0.0
|
||||
boto >=2.0b4
|
||||
boto >=2.1
|
||||
bunch >=1.0.0
|
||||
# 0.14 switches to libev, that means bootstrap needs to change too
|
||||
gevent ==0.13.6
|
||||
|
|
Loading…
Reference in a new issue