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
2024-02-14 11:22:53 +01:00

12 lines
238 B
TOML

[project]
name = "amarillo-metrics"
version = "0.0.2"
description = "Prometheus metrics for Amarillo"
readme = "README.md"
dependencies = [
"fastapi",
"amarillo",
"prometheus-fastapi-instrumentator",
"prometheus-client"
]