add dependencies for corelightning and lndgrpc (#1003)
* add dependencies for corelightning and lndgrpc
* added wrong cln library, 🤦
This commit is contained in:
parent
f6d12c9d24
commit
8e06d779e7
4 changed files with 335 additions and 89 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue