From 8d9a830b70748158f0b31bb2e9c615101153a686 Mon Sep 17 00:00:00 2001 From: Jon Saad-Falcon Date: Tue, 3 Mar 2026 20:00:32 +0000 Subject: [PATCH] feat(speech): add speech and speech-deepgram optional dependencies Adds openjarvis[speech] (faster-whisper) and openjarvis[speech-deepgram] (deepgram-sdk) extras to pyproject.toml. Co-Authored-By: Claude Opus 4.6 --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 08451dce..a64e1d28 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -97,6 +97,8 @@ scheduler = ["croniter>=2.0"] security-signing = ["cryptography>=43"] sandbox-wasm = ["wasmtime>=25"] dashboard = ["textual>=0.80"] +speech = ["faster-whisper>=1.0"] +speech-deepgram = ["deepgram-sdk>=3.0"] docs = [ "mkdocs>=1.6", "mkdocs-material>=9.5",