backup: Remove tqdm dependency

This commit is contained in:
Christian Decker
2024-03-01 17:32:12 +01:00
parent 889671d2f6
commit cd23955824
4 changed files with 110 additions and 132 deletions

View File

@@ -8,7 +8,6 @@ authors = ["Christian Decker <decker@blockstream.com>"]
python = "^3.8"
pyln-client = "^23.11"
click = "^8.0.4"
tqdm = "^4.62.3"
psutil = "^5.9.4"
flask = "^2.2"
werkzeug = "<3"