From 18bca10fd59f52dc6deb18b208dd9af059a9e397 Mon Sep 17 00:00:00 2001 From: Yehuda Sadeh Date: Wed, 23 May 2012 12:35:56 -0700 Subject: [PATCH] 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 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 879c361..ccb88b2 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