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 and clnrest

`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 16, 2023
1 parent 838e3f8 commit 456cc5a
Show file tree
Hide file tree
Showing 3 changed files with 162 additions and 1 deletion.
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
161 changes: 160 additions & 1 deletion plugins/clnrest/poetry.lock

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

1 change: 1 addition & 0 deletions plugins/clnrest/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ flask-socketio = "^5.3.6"
gevent = "^23.9.0.post1"
gevent-websocket = "^0.10.1"
flask-cors = "^4.0.0"
requests = "^2.31.0"


[build-system]
Expand Down

0 comments on commit 456cc5a

Please sign in to comment.