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 nepet committed Nov 16, 2023
1 parent 94f4d75 commit 672477c
Show file tree
Hide file tree
Showing 2 changed files with 65 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
122 changes: 64 additions & 58 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 672477c

Please sign in to comment.