Skip to content

Commit

Permalink
Lock botocore/boto to versions that work with moto (#651)
Browse files Browse the repository at this point in the history
getmoto/moto#1793

Until we either move entirely off moto to botocore.Stubber, this is the
easiest workaround.
  • Loading branch information
phobologic committed Aug 28, 2018
1 parent d1353b3 commit 6f2cc37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
install_requires = [
"future",
"troposphere>=1.9.0",
"botocore>=1.6.0",
"boto3>=1.3.1",
"botocore<1.11.0",
"boto3>=1.7.0,<1.8.0",
"PyYAML>=3.12",
"awacs>=0.6.0",
"gitpython~=2.0",
Expand Down

0 comments on commit 6f2cc37

Please sign in to comment.