Skip to content

Commit 6f2cc37

Browse files
authored
Lock botocore/boto to versions that work with moto (#651)
getmoto/moto#1793 Until we either move entirely off moto to botocore.Stubber, this is the easiest workaround.
1 parent d1353b3 commit 6f2cc37

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
install_requires = [
1010
"future",
1111
"troposphere>=1.9.0",
12-
"botocore>=1.6.0",
13-
"boto3>=1.3.1",
12+
"botocore<1.11.0",
13+
"boto3>=1.7.0,<1.8.0",
1414
"PyYAML>=3.12",
1515
"awacs>=0.6.0",
1616
"gitpython~=2.0",

0 commit comments

Comments
 (0)