[project] name = "mizan-fastapi-example" version = "0.1.0" description = "Example FastAPI app exercising mizan-fastapi for the Playwright harness." requires-python = ">=3.10" dependencies = [ "mizan-core", "mizan-fastapi", "fastapi>=0.110", "uvicorn[standard]>=0.27", "pydantic>=2.0", ] [tool.uv.sources] mizan-core = { path = "../../../cores/mizan-python", editable = true } mizan-fastapi = { path = "../../../backends/mizan-fastapi", editable = true }