From c775844e55e0eeed5e297ed628a8d850f2fb188e Mon Sep 17 00:00:00 2001 From: Ryan McGinty Date: Fri, 6 Dec 2024 14:48:33 -0800 Subject: [PATCH] Update optional dependency for aibs-informatics-test-resources to include all extras --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7e94315..7392df9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ [project.optional-dependencies] dev = [ - "aibs-informatics-test-resources", + "aibs-informatics-test-resources[all]", "boto3-stubs[athena,batch,ecs,essential,sns,stepfunctions]", "moto[lambda,stepfunctions,sts] ~= 4.0", ]