Skip to content

Commit 937f222

Browse files
Merge pull request #542 from remind101/remove_upper_limit_on_boto3
Remove upper bound on boto3 version
2 parents b39e2a2 + 137ca20 commit 937f222

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)