updated dependencies

This commit is contained in:
2026-04-21 22:57:54 -04:00
parent c8adf6914e
commit 9a4f71f471

View File

@@ -5,6 +5,7 @@ description = "Data science pipeline tools and legislative dashboard."
requires-python = ">=3.12"
dependencies = [
"fastapi",
"httpx",
"uvicorn[standard]",
"jinja2",
"sqlalchemy",
@@ -13,7 +14,6 @@ dependencies = [
[project.optional-dependencies]
test = [
"httpx",
"pytest",
]