dependencies update.
This commit is contained in:
parent
d4e718d29b
commit
409f62dee7
4 changed files with 242 additions and 144 deletions
3
Makefile
3
Makefile
|
|
@ -21,5 +21,8 @@ checkprettier: $(shell find lnbits -name "*.js" -name ".html")
|
|||
checkblack: $(shell find lnbits -name "*.py")
|
||||
./venv/bin/black --check lnbits
|
||||
|
||||
Pipfile.lock: Pipfile
|
||||
./venv/bin/pipenv lock
|
||||
|
||||
requirements.txt: Pipfile.lock
|
||||
cat Pipfile.lock | jq -r '.default | map_values(.version) | to_entries | map("\(.key)\(.value)") | join("\n")' > requirements.txt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue