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] [project]
name = "amarillo-metrics" name = "amarillo-metrics"
version = "0.0.1" version = "0.0.2"
dependencies = [ dependencies = [
"fastapi", "fastapi",
"amarillo-core",
"prometheus-fastapi-instrumentator", "prometheus-fastapi-instrumentator",
"prometheus-client" "prometheus-client"
] ]