Skip to content

Commit

Permalink
address breaking moto change to awslambda (#763)
Browse files Browse the repository at this point in the history
Moto changed awslambda to be an extra, as of v1.3.15: https://github.com/spulec/moto/pull/3281/files
  • Loading branch information
hauntingEcho authored Sep 14, 2020
1 parent 4e32f25 commit eda3a52
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 @@ -29,7 +29,7 @@
"pytest~=4.3",
"pytest-cov~=2.6",
"mock~=2.0",
"moto~=1.3.7",
"moto[awslambda]~=1.3.16",
"testfixtures~=4.10.0",
"flake8-future-import",
]
Expand Down

0 comments on commit eda3a52

Please sign in to comment.