INIT
This commit is contained in:
commit
39c625f57f
9 changed files with 679 additions and 0 deletions
9
pyproject.toml
Normal file
9
pyproject.toml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[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",
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue