poetry: add pyln-grpc-proto dependency

Changelog-None
This commit is contained in:
daywalker90
2024-04-19 16:14:33 +02:00
committed by Christian Decker
parent 9ae5c04583
commit 1a2a9b0bae
2 changed files with 11 additions and 8 deletions

View File

@@ -9,6 +9,7 @@ authors = ["Christian Decker <cdecker@blockstream.com>"]
python = "^3.8"
pyln-client = { path = "contrib/pyln-client", develop = true }
pyln-proto = { path = "contrib/pyln-proto", develop = true }
pyln-grpc-proto = { path = "contrib/pyln-grpc-proto", develop = true }
clnrest = { path = "plugins/clnrest", develop = true }
wss-proxy = { path = "plugins/wss-proxy", develop = true }
Mako = "^1.1.6"