From 464d52430ce04f2da52a7f2157bd325c25b0855f Mon Sep 17 00:00:00 2001 From: Ryan McGinty Date: Fri, 6 Dec 2024 14:50:05 -0800 Subject: [PATCH] Update optional dependency to include all features for aibs-informatics-test-resources --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f122cbf..d2d597a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ [project.optional-dependencies] dev = [ - "aibs-informatics-test-resources", + "aibs-informatics-test-resources[all]", "boto3-stubs[s3,batch]", ]