Skip to content

Commit 137ca20

Browse files
committed
Remove upper bound on boto3 version
I can't find a reason for this for limiting us to 1.5 or earlier, and it's leading to conflicts with other libraries that require newer versions of botocore.
1 parent b39e2a2 commit 137ca20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
install_requires = [
99
"troposphere>=1.9.0",
1010
"botocore>=1.6.0",
11-
"boto3>=1.3.1,<1.5.0",
11+
"boto3>=1.3.1",
1212
"PyYAML~=3.12",
1313
"awacs>=0.6.0",
1414
"formic~=0.9b",

0 commit comments

Comments
 (0)