From 37c07ddfe5cbe63dadbddb4e6d29ef9ec76221f2 Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Fri, 16 Sep 2022 13:23:38 +0200 Subject: [PATCH] pyln: Add grpcio and protobuf dependencies to pyln-testing --- contrib/pyln-testing/pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrib/pyln-testing/pyproject.toml b/contrib/pyln-testing/pyproject.toml index 784bbe23c..4aaede93e 100644 --- a/contrib/pyln-testing/pyproject.toml +++ b/contrib/pyln-testing/pyproject.toml @@ -21,6 +21,8 @@ pyln-client = "^0.11" Flask = "^2.0.3" cheroot = "^8.6.0" psutil = "^5.9.0" +grpcio = "^1.49.0" +protobuf = "^4.21.6" [tool.poetry.dev-dependencies] pyln-client = { path = "../pyln-client", develop = true}