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