Skip to content

Commit

Permalink
poetry: add requests dependency for clnrest tests in contrib/pyln-t…
Browse files Browse the repository at this point in the history
…esting

`poetry update` did not change the poetry.lock file's contents as
it already has `requests` dependency.
  • Loading branch information
tonyaldon authored and ShahanaFarooqui committed Oct 15, 2023
1 parent 838e3f8 commit 50d531d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/pyln-testing/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ psutil = "^5.9"

grpcio = { version = "^1", optional = true }
pyln-grpc-proto = { version = "^0.1", optional = true }
requests = "^2.31.0"

[tool.poetry.dev-dependencies]
pyln-client = { path = "../pyln-client", develop = true}
Expand Down

0 comments on commit 50d531d

Please sign in to comment.