From fb145b11510f1fed8ca2bdc5da66d3d148b48d10 Mon Sep 17 00:00:00 2001 From: Simon Brunning Date: Thu, 13 Mar 2025 14:20:19 +0000 Subject: [PATCH] [ELI-19] Ensure poetry-plugin-lambda-build is installed. --- scripts/dependencies.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/dependencies.sh b/scripts/dependencies.sh index 0e081761..f3e0b2b7 100755 --- a/scripts/dependencies.sh +++ b/scripts/dependencies.sh @@ -9,3 +9,4 @@ if ! [ -x "$(command -v poetry)" ]; then fi pipx install poetry fi +poetry self add poetry-plugin-lambda-build poetry-plugin-export