diff --git a/pyproject.toml b/pyproject.toml index 414436a..7c52c1b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,8 @@ classifiers = [ "Programming Language :: Python :: Implementation :: PyPy", ] dependencies = [ - "starlette_exporter>=0.19.0", + "prometheus-fastapi-instrumentator>=6.0.0", + "fastapi>=0.90.0", "matter-exceptions>=1.1.0" ] dynamic = ["version"]