add dependencies for corelightning and lndgrpc (#1003)

* add dependencies for corelightning and lndgrpc

* added wrong cln library, 🤦
This commit is contained in:
dni ⚡ 2022-09-23 15:56:14 +02:00 committed by GitHub
parent f6d12c9d24
commit 8e06d779e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 335 additions and 89 deletions

View file

@ -60,6 +60,9 @@ zipp = "3.5.0"
loguru = "0.5.3"
cffi = "1.15.0"
websocket-client = "1.3.3"
grpcio = "^1.49.1"
protobuf = "^4.21.6"
pyln-client = "^0.12.0"
[tool.poetry.dev-dependencies]
isort = "^5.10.1"