From 544243fabb90c6bb3e61fb84f1299413c5131461 Mon Sep 17 00:00:00 2001 From: Rodrigo Agundez Date: Thu, 16 Jan 2025 12:37:54 +0800 Subject: [PATCH] Add moto as a dependency --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 50cd84121..1888e7ffb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -99,6 +99,7 @@ dependencies = [ "docker~=7.1.0", "pytest~=8.3.2", "pytest-docker~=3.1.1", + "moto[s3]>=5.0.26", "googleapis-common-protos==1.63.2",