Merge pull request #296 from benxu3/livekit-setup

include livekit deps into the pyproject
This commit is contained in:
killian 2024-08-21 18:32:46 -07:00 committed by GitHub
commit aa637d53b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -49,6 +49,11 @@ certifi = "^2024.7.4"
pygame = "^2.6.0"
mpv = "^1.0.7"
livekit = "^0.12.1"
livekit-agents = "^0.8.6"
livekit-plugins-deepgram = "^0.6.5"
livekit-plugins-openai = "^0.8.1"
livekit-plugins-silero = "^0.6.4"
livekit-plugins-elevenlabs = "^0.7.3"
segno = "^1.6.1"
[build-system]