Skip to content

Commit 77e3c3a

Browse files
ShahanaFarooquirustyrussell
authored andcommitted
plugin/clnrest: Adjusting flask-cors install after rebase
1 parent 452b45f commit 77e3c3a

File tree

4 files changed

+154
-111
lines changed

4 files changed

+154
-111
lines changed

plugins/clnrest/poetry.lock

Lines changed: 15 additions & 78 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/clnrest/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ pyln-client = "^23.8"
1414
flask-socketio = "^5.3.6"
1515
gevent = "^23.9.0.post1"
1616
gevent-websocket = "^0.10.1"
17+
flask-cors = "^4.0.0"
1718

1819

1920
[build-system]

plugins/clnrest/requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,9 @@ cryptography==41.0.3 ; python_version >= "3.8" and python_version < "4.0" \
158158
--hash=sha256:aeb57c421b34af8f9fe830e1955bf493a86a7996cc1338fe41b30047d16e962c \
159159
--hash=sha256:ce785cf81a7bdade534297ef9e490ddff800d956625020ab2ec2780a556c313e \
160160
--hash=sha256:d0d651aa754ef58d75cec6edfbd21259d93810b73f6ec246436a21b7841908de
161+
flask-cors==4.0.0 ; python_version >= "3.8" and python_version < "4.0" \
162+
--hash=sha256:bc3492bfd6368d27cfe79c7821df5a8a319e1a6d5eab277a3794be19bdc51783 \
163+
--hash=sha256:f268522fcb2f73e2ecdde1ef45e2fd5c71cc48fe03cffb4b441c6d1b40684eb0
161164
flask-restx==1.1.0 ; python_version >= "3.8" and python_version < "4.0" \
162165
--hash=sha256:62b6b6c9de65e5960cf4f8b35e1bd3eca6998838a01b2f71e2a9d4c14a4ccd14 \
163166
--hash=sha256:eaff65f6edd400ee00b40475496d61a4937b28371dfed039d3fd180d206fee4e

0 commit comments

Comments
 (0)