update deployment

This commit is contained in:
Wolfang Torres
2026-06-19 23:09:11 +08:00
parent 62264791ae
commit c9fa80b175

View File

@@ -53,6 +53,11 @@ path = "src/anki_creator_flask/__about__.py"
extra-dependencies = [
"anki-creator-flask[dev]",
]
# Local packages listed here are automatically installed as editable
workspace.members = [
"../anki-hsk-creator",
"../chatterbox"
]
[tool.hatch.envs.default.scripts]
format = "black --target-version=py314 src tests && isort src tests"