From 769edeb53b74f430ef0599acf219f39662004d80 Mon Sep 17 00:00:00 2001 From: Yehuda Sadeh Date: Thu, 14 Jun 2012 13:56:45 -0700 Subject: [PATCH] set boto version for 2.4.1 2.5.x has an issue when a 400 response is returned. Signed-off-by: Yehuda Sadeh --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ccb88b2..461e6cd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ PyYAML nose >=1.0.0 -boto >=2.1 +boto ==2.4.1 bunch >=1.0.0 # 0.14 switches to libev, that means bootstrap needs to change too gevent ==0.13.6