mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 14:42:40 +01:00
pyln: Add grpcio and protobuf dependencies to pyln-testing
This commit is contained in:
parent
74cd0a7280
commit
37c07ddfe5
1 changed files with 2 additions and 0 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue