10 lines
219 B
TOML
10 lines
219 B
TOML
[project]
|
|
name = "eth"
|
|
version = "0.1.0"
|
|
description = "Local Lambda lab: kind + Tilt + Caddy + MinIO + FastAPI runner"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"fastapi>=0.115",
|
|
"uvicorn[standard]>=0.32",
|
|
]
|