From e5b01033af5e3d1590e70e40ec8ee71f648c7ba4 Mon Sep 17 00:00:00 2001 From: Quentin Fuxa Date: Fri, 16 Jan 2026 10:47:46 +0100 Subject: [PATCH] add json normalizers for english language in build --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 55736cc..7c11301 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,4 +69,5 @@ packages = [ [tool.setuptools.package-data] whisperlivekit = ["web/*.html", "web/*.css", "web/*.js", "web/src/*.svg"] "whisperlivekit.whisper.assets" = ["*.tiktoken", "*.npz"] +"whisperlivekit.whisper.normalizers" = ["*.json"] "whisperlivekit.silero_vad_models" = ["*.jit", "*.onnx"]