Skip to content

Commit eda3a52

Browse files
authored
address breaking moto change to awslambda (#763)
Moto changed awslambda to be an extra, as of v1.3.15: https://github.com/spulec/moto/pull/3281/files
1 parent 4e32f25 commit eda3a52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"pytest~=4.3",
3030
"pytest-cov~=2.6",
3131
"mock~=2.0",
32-
"moto~=1.3.7",
32+
"moto[awslambda]~=1.3.16",
3333
"testfixtures~=4.10.0",
3434
"flake8-future-import",
3535
]

0 commit comments

Comments
 (0)