diff --git a/pyproject.toml b/pyproject.toml --- a/pyproject.toml +++ b/pyproject.toml @@ -42,6 +42,7 @@ dependencies = [ "starlette[standard]>=0.19.0", "prometheus-client>=0.14.1", "starlette-exporter>=0.12.0", + "PyGObject>=3.42.1", ] requires-python = ">=3.9"