pyproject: add deepgram-sdk

This commit is contained in:
Aleix Conchillo Flaqué
2024-06-12 12:50:18 -07:00
parent 8d92cbac93
commit ad5125e93f
2 changed files with 33 additions and 20 deletions

View File

@@ -38,6 +38,7 @@ anthropic = [ "anthropic~=0.25.7" ]
azure = [ "azure-cognitiveservices-speech~=1.37.0" ]
cartesia = [ "numpy~=1.26.0", "sounddevice", "cartesia" ]
daily = [ "daily-python~=0.9.0" ]
deepgram = [ "deepgram-sdk~=3.2.7" ]
examples = [ "python-dotenv~=1.0.0", "flask~=3.0.3", "flask_cors~=4.0.1" ]
fal = [ "fal-client~=0.4.0" ]
google = [ "google-generativeai~=0.5.3" ]