Add amarillo-core as a dependency

This commit is contained in:
Csaba 2023-12-08 15:47:57 +01:00
parent ea385d7382
commit 977be137f5

View file

@ -1,9 +1,10 @@
[project]
name = "amarillo-metrics"
version = "0.0.1"
version = "0.0.2"
dependencies = [
"fastapi",
"amarillo-core",
"prometheus-fastapi-instrumentator",
"prometheus-client"
]