mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-24 01:24:26 +01:00
plugins/clnrest: Update clnrest dependencies in scripts and Dockerfiles
Adding python3-json5 python3-flask python3-gunicorn flask_restx pyln-client Also run `pip3 install -r plugins/clnrest/requirements.txt`
This commit is contained in:
committed by
Rusty Russell
parent
5e3ffc468b
commit
94205c094f
@@ -24,6 +24,7 @@ pip3 install --upgrade pip
|
||||
pip3 install --user poetry
|
||||
poetry export --dev --without-hashes -o requirements.txt
|
||||
pip3 install -r requirements.txt
|
||||
pip3 install -r plugins/clnrest/requirements.txt
|
||||
|
||||
git clone https://github.com/lightning/bolts.git ../bolts
|
||||
git submodule update --init --recursive
|
||||
|
||||
Reference in New Issue
Block a user