From 9a4f71f4713f3a54fc8d79ef13175f4d80cee2ea Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Tue, 21 Apr 2026 22:57:54 -0400 Subject: [PATCH] updated dependencies --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b49ed17..4bfb941 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", ]