This repository has been archived on 2024-06-21. You can view files and clone it, but cannot push or open issues or pull requests.
amarillo-metrics/pyproject.toml
Csaba 3837f968aa
All checks were successful
Amarillo/amarillo-gitea/amarillo-metrics/pipeline/head This commit looks good
GTFS file size metric
2024-02-16 14:56:42 +01:00

13 lines
267 B
TOML

[project]
name = "amarillo-metrics"
version = "0.0.5"
description = "Prometheus metrics for Amarillo"
readme = "README.md"
license = {file = "LICENSE"}
dependencies = [
"fastapi",
"amarillo",
"prometheus-fastapi-instrumentator",
"prometheus-client"
]