Add simple flask webapp to move items between stash and database

This commit is contained in:
2023-10-28 05:37:44 +02:00
parent 21df28d7bb
commit 4788d0d641
10 changed files with 437 additions and 2 deletions

View File

@@ -18,6 +18,8 @@ requires-python = ">=3.10"
license = {text = "GPLv3 License"}
dependencies = [
"bitarray",
"flask",
"psutil",
]
dynamic = ["version"]