From b28af31aeacaff6f7480cbc9fec83f22824b7675 Mon Sep 17 00:00:00 2001 From: matt beary <1661988+hauntingEcho@users.noreply.github.com> Date: Mon, 14 Sep 2020 11:22:32 -0500 Subject: [PATCH] address breaking moto change to awslambda Moto changed awslambda to be an extra, as of v1.3.15: https://github.com/spulec/moto/pull/3281/files --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 31943d82..dcf8173c 100644 --- a/setup.py +++ b/setup.py @@ -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", ]