feat(headless): add fastapi and uvicorn dependencies

This commit is contained in:
2026-02-25 12:41:01 -05:00
parent b66da31dd0
commit 02fc847166
3 changed files with 18 additions and 0 deletions

View File

@@ -10,6 +10,8 @@ dependencies = [
"anthropic",
"tomli-w",
"psutil>=7.2.2",
"fastapi",
"uvicorn",
]
[dependency-groups]