From 524097737ae6795e93015335330e376605f17ae7 Mon Sep 17 00:00:00 2001 From: jtyoung84 <104453205+jtyoung84@users.noreply.github.com> Date: Sat, 3 Feb 2024 12:43:42 -0800 Subject: [PATCH] feat: updates dependencies --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a4aa437..130ad20 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,6 +17,10 @@ readme = "README.md" dynamic = ["version"] dependencies = [ + 'boto3', + 'aind-data-schema==0.26.5', + 'pydantic>=2.0', + 'pydantic-settings>=2.0', ] [project.optional-dependencies] @@ -32,10 +36,6 @@ dev = [ ] server = [ - 'boto3', - 'aind-data-schema==0.26.5', - 'pydantic>=2.0', - 'pydantic-settings>=2.0', 'fastapi', 'httpx', 'jinja2',