pyln: Add grpcio and protobuf dependencies to pyln-testing

This commit is contained in:
Christian Decker 2022-09-16 13:23:38 +02:00
parent 74cd0a7280
commit 37c07ddfe5

View file

@ -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}