From: Yehuda Sadeh Date: Wed, 23 May 2012 19:35:56 +0000 (-0700) Subject: boto: bump required version to 2.1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=18bca10fd59f52dc6deb18b208dd9af059a9e397;p=s3-tests.git 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 --- diff --git a/requirements.txt b/requirements.txt index 879c361d..ccb88b26 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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