metrica/pyproject.toml
2026-07-10 21:38:38 +02:00

9 lines
236 B
TOML

[project]
name = "metrica"
version = "0.1.0"
description = "Tiny push-metrics collector with a minimal dashboard (static JSONL storage)"
requires-python = ">=3.11"
dependencies = [
"fastapi>=0.110",
"uvicorn[standard]>=0.29",
]