Skip to content

Commit

Permalink
Pin boto3 version to 1.7.84
Browse files Browse the repository at this point in the history
Pinning boto3 to this version would remove the mismatch between
boto3 and the botocore dependency in setup.py.

Closes getmoto#1800
  • Loading branch information
meneal committed Aug 29, 2018
1 parent e8c65d3 commit 50f8d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
install_requires = [
"Jinja2>=2.7.3",
"boto>=2.36.0",
"boto3>=1.6.16",
"boto3>=1.6.16,<1.8",
"botocore>=1.9.16,<1.11",
"cookies",
"cryptography>=2.0.0",
Expand Down

0 comments on commit 50f8d5e

Please sign in to comment.