From 8ebd2fc9590d9b1903774e86c7be7c5f0dc6c2de Mon Sep 17 00:00:00 2001 From: Mustafa Gezen Date: Fri, 2 Feb 2024 20:43:00 +0100 Subject: [PATCH] Add boto3 to support amazon.aws collection --- execution-environment.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/execution-environment.yml b/execution-environment.yml index 05e097b..6b7f56b 100644 --- a/execution-environment.yml +++ b/execution-environment.yml @@ -68,6 +68,7 @@ dependencies: receptorctl six toml + boto3 additional_build_steps: append_base: - RUN $PYCMD -m pip install -U pip