diff --git a/libs/gl-testing/pyproject.toml b/libs/gl-testing/pyproject.toml index 1c6a6f0cf..b8123e3a7 100644 --- a/libs/gl-testing/pyproject.toml +++ b/libs/gl-testing/pyproject.toml @@ -42,6 +42,8 @@ cln-version-manager = "^0.1.0" [tool.poetry.group.dev.dependencies] mypy = "^1" typed-ast = "^1.5.4" +cln-version-manager = { path="../cln-version-manager", develop=true } +grpcio-tools = "^1.62.1" [build-system] requires = ["poetry-core>=1.0.0"]