From 8ae8063b810b5b6bcb70f1acf97799a2fb2467a3 Mon Sep 17 00:00:00 2001 From: Wolfang Torres Date: Fri, 19 Jun 2026 23:16:15 +0800 Subject: [PATCH] test --- pyproject.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 52d3629..9a98af7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,6 +53,12 @@ path = "src/anki_creator_flask/__about__.py" extra-dependencies = [ "anki-creator-flask[dev]", ] + +[tool.hatch.envs.production] +extra-dependencies = [ + "anki-creator-flask", +] + # Local packages listed here are automatically installed as editable pre-install-commands = [ "pip install --upgrade -e ../anki-hsk-creator",