Skip to content

Commit

Permalink
unlock versions as moto/issues/1793 is resolved. (#680)
Browse files Browse the repository at this point in the history
Signed-off-by: Kai Xia <xiaket@gmail.com>
  • Loading branch information
xiaket authored and phobologic committed Nov 18, 2018
1 parent ce1d88b commit a82836f
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,8 @@
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",
##
"botocore>=1.6.0",
"boto3>=1.3.1",
"PyYAML>=3.12",
"awacs>=0.6.0",
"gitpython>=2.0,<3.0",
Expand All @@ -23,10 +20,6 @@
]

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 a82836f

Please sign in to comment.