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",