Skip to content

Commit

Permalink
feat: updates dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jtyoung84 committed Feb 3, 2024
1 parent a7b7a7c commit 5240977
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -32,10 +36,6 @@ dev = [
]

server = [
'boto3',
'aind-data-schema==0.26.5',
'pydantic>=2.0',
'pydantic-settings>=2.0',
'fastapi',
'httpx',
'jinja2',
Expand Down

0 comments on commit 5240977

Please sign in to comment.