dependencies update.

This commit is contained in:
fiatjaf 2020-11-24 16:25:32 -03:00
parent d4e718d29b
commit 409f62dee7
4 changed files with 242 additions and 144 deletions

View file

@ -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