Skip to content

Commit

Permalink
pyln: Add grpcio and protobuf dependencies to pyln-testing
Browse files Browse the repository at this point in the history
  • Loading branch information
cdecker committed Sep 17, 2022
1 parent 74cd0a7 commit 37c07dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contrib/pyln-testing/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 37c07dd

Please sign in to comment.