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", ]