py: Add grpcio-tools for the cln-grpc-plugin

This commit is contained in:
Christian Decker
2022-03-10 16:46:56 +01:00
committed by Rusty Russell
parent dd66c85fcb
commit 461a65ba16
2 changed files with 157 additions and 2 deletions

View File

@@ -12,6 +12,7 @@ pyln-proto = { path = "./contrib/pyln-proto", develop = true }
Mako = "^1.1.6"
mrkd = { git = "https://github.com/refi64/mrkd.git", rev = "781f05eb9898ca652f18eed29b3c956389e6a2a7" }
websocket-client = "^1.2.3"
grpcio-tools = "^1.44.0"
[tool.poetry.dev-dependencies]
# Test dependencies and inherited dependencies belong here