Add amarillo-core as a dependency
This commit is contained in:
parent
ea385d7382
commit
977be137f5
|
|
@ -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"
|
||||||
]
|
]
|
||||||
Reference in a new issue