mirror of
https://github.com/open-jarvis/OpenJarvis.git
synced 2026-07-30 10:52:15 +00:00
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 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
e4ed38edd3
commit
8d9a830b70
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user