Changed amarillo-core to amarillo in pyproject.toml

This commit is contained in:
Csaba 2024-01-25 14:50:28 +01:00
parent 4fd3b93309
commit 8f603c74c8

View file

@ -4,7 +4,7 @@ version = "0.0.2"
dependencies = [ dependencies = [
"fastapi", "fastapi",
"amarillo-core", "amarillo",
"prometheus-fastapi-instrumentator", "prometheus-fastapi-instrumentator",
"prometheus-client" "prometheus-client"
] ]