From 11a693f76306728de5bb00abcab3e7200fb07989 Mon Sep 17 00:00:00 2001 From: jonathanunderwood Date: Mon, 24 Oct 2016 17:49:35 +0100 Subject: [PATCH] Require boto3 >=1.3.1 < 1.5.0 in install_requires --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fe692c0ac..1d82eafa7 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ install_requires = [ "troposphere~=1.8.1", - "boto3~=1.3.1", + "boto3>=1.3.1<1.5.0", "botocore~=1.4.38", "PyYAML~=3.11", "awacs~=0.6.0",