d10g commited on
Commit
31636dd
·
1 Parent(s): 65f52d6

Additional dependencies

Browse files
Files changed (1) hide show
  1. pyproject.toml +4 -0
pyproject.toml CHANGED
@@ -32,6 +32,10 @@ dependencies = [
32
  "fastapi>=0.104.0",
33
  "uvicorn>=0.24.0",
34
  "pydantic>=2.0.0",
 
 
 
 
35
  ]
36
 
37
  [project.optional-dependencies]
 
32
  "fastapi>=0.104.0",
33
  "uvicorn>=0.24.0",
34
  "pydantic>=2.0.0",
35
+ "openai>=2.1.0", # For Whisper API transcription
36
+ "webrtcvad>=2.0.10", # For voice activity detection
37
+ "numpy>=1.24.0", # For audio processing
38
+ "setuptools>=61.0", # Required by webrtcvad for pkg_resources
39
  ]
40
 
41
  [project.optional-dependencies]