From 19e9d766107bb5636efa468ff1b4dee03431148b Mon Sep 17 00:00:00 2001 From: Quentin Fuxa Date: Fri, 24 Oct 2025 20:39:37 +0200 Subject: [PATCH] fixes #257 --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4e8ddb9..5666f88 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,8 @@ dependencies = [ ] [project.optional-dependencies] -sentence = ["mosestokenizer", "wtpsplit"] +translation = ["transformers", "huggingface_hub"] +sentence_tokenizer = ["mosestokenizer", "wtpsplit"] [project.urls] Homepage = "https://github.com/QuentinFuxa/WhisperLiveKit"