Skip to content

Commit

Permalink
This pins botocore, boto3 and aws-xray-sdk for moto issue
Browse files Browse the repository at this point in the history
pinning needed till getmoto/moto#1793 is resolved
  • Loading branch information
phobologic committed Aug 29, 2018
1 parent b3d342b commit bf8ae4e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@
install_requires = [
"future",
"troposphere>=1.9.0",
# pinning needed till https://github.com/spulec/moto/issues/1793 is
# resolved
"botocore<1.11.0",
"boto3>=1.7.0,<1.8.0",
##
"PyYAML>=3.12",
"awacs>=0.6.0",
"gitpython~=2.0",
Expand All @@ -20,6 +23,10 @@
]

tests_require = [
# pinning needed till https://github.com/spulec/moto/issues/1793 is
# resolved
"aws-xray-sdk==1.1.2",
##
"mock~=2.0.0",
"moto~=1.1.24",
"testfixtures~=4.10.0",
Expand Down

0 comments on commit bf8ae4e

Please sign in to comment.