@@ -14,26 +14,7 @@ dependencies = [
1414 " getstream[webrtc,telemetry]>=2.5.0" ,
1515 " python-dotenv>=1.1.1" ,
1616 " pillow>=11.3.0" ,
17- " aiortc>=1.13.0" ,
18- " websockets>=12.0" ,
1917 " numpy>=1.24.0" ,
20- " ultralytics>=8.3.0" ,
21- " opencv-python>=4.8.0" ,
22- " click>=8.0.0" ,
23- " stratz>=1.0.0" ,
24- " daily-python>=0.19.8" ,
25- " mcp>=1.14.0" ,
26- " vision-agents-plugins-anthropic" ,
27- " vision-agents-plugins-cartesia" ,
28- " vision-agents-plugins-deepgram" ,
29- " vision-agents-plugins-elevenlabs" ,
30- " vision-agents-plugins-fal" ,
31- " vision-agents-plugins-gemini" ,
32- " vision-agents-plugins-kokoro" ,
33- " vision-agents-plugins-moonshine" ,
34- " vision-agents-plugins-openai" ,
35- " vision-agents-plugins-silero" ,
36- " vision-agents-plugins-xai"
3718]
3819
3920[project .urls ]
@@ -42,8 +23,8 @@ Website = "https://getstream.io/video/voice-agents/"
4223Source = " https://github.com/getstream/agents"
4324
4425[project .optional-dependencies ]
45- dev = [" pytest" , " mypy" , " ruff" ]
46- openai = [" getstream-plugins-openai>=0.1.0 " , " openai==1.108.1 " ]
26+ dev = [" pytest" , " mypy" , " ruff" , " click " ]
27+ openai = [" getstream-plugins-openai" ]
4728deepgram = [" getstream-plugins-deepgram>=0.1.0" ]
4829elevenlabs = [" getstream-plugins-elevenlabs>=0.1.0" ]
4930fal = [" fal-client>=0.6.1" ]
0 commit comments