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 ff1776e015
All checks were successful
Amarillo/amarillo-gitea/amarillo-metrics/pipeline/head This commit looks good
Bump version
2024-02-15 12:34:37 +01:00

13 lines
267 B
TOML

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