From 0214489945d112230e43fc5269fd8e6df02440cd Mon Sep 17 00:00:00 2001 From: Wolfang Torres Date: Fri, 19 Jun 2026 23:13:50 +0800 Subject: [PATCH] test hatch conf --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e6dd99e..52d3629 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,9 +54,9 @@ extra-dependencies = [ "anki-creator-flask[dev]", ] # Local packages listed here are automatically installed as editable -workspace.members = [ - "../anki-hsk-creator", - "../chatterbox" +pre-install-commands = [ + "pip install --upgrade -e ../anki-hsk-creator", + "pip install --upgrade -e ../chatterboxr", ] [tool.hatch.envs.default.scripts]