21 lines
449 B
TOML
21 lines
449 B
TOML
[project]
|
|
name = "research-workbench"
|
|
version = "0.1.0"
|
|
description = "AI research workbench backend - FastAPI + AG-UI adapter for amplifierd"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"fastapi>=0.115.0",
|
|
"uvicorn[standard]>=0.34.0",
|
|
"httpx>=0.28.0",
|
|
"bcrypt>=4.2.0",
|
|
"python-multipart>=0.0.18",
|
|
"ag-ui-protocol>=0.1.18",
|
|
]
|
|
|
|
[dependency-groups]
|
|
dev = [
|
|
"pytest>=8.0",
|
|
"pytest-asyncio>=0.24",
|
|
"httpx>=0.28.0",
|
|
]
|