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 for contrib/pyln-testing
because it already has `requests`.
  • Loading branch information
tonyaldon authored and ShahanaFarooqui committed Oct 31, 2023
1 parent d4788ed commit ef91324
Show file tree
Hide file tree
Showing 2 changed files with 224 additions and 58 deletions.
1 change: 1 addition & 0 deletions contrib/pyln-testing/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ pyln-client = ">=23"
Flask = "^2"
cheroot = "^8"
psutil = "^5.9"
requests = "^2.31.0"

grpcio = { version = "^1", optional = true }
pyln-grpc-proto = { version = "^0.1", optional = true }
Expand Down
Loading

0 comments on commit ef91324

Please sign in to comment.