From 8f603c74c8c34ed92be5819b89a84e77abd0127b Mon Sep 17 00:00:00 2001 From: Francia Csaba Date: Thu, 25 Jan 2024 14:50:28 +0100 Subject: [PATCH] Changed amarillo-core to amarillo in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a59278b..4123e2e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ version = "0.0.2" dependencies = [ "fastapi", - "amarillo-core", + "amarillo", "prometheus-fastapi-instrumentator", "prometheus-client" ] \ No newline at end of file