Add simple flask webapp to move items from the stash into the database

This commit is contained in:
2023-10-28 05:37:44 +02:00
parent 5026f58eb8
commit 0078b71389
7 changed files with 210 additions and 0 deletions

View File

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