From c658baf0b6d9cd2d15580a09bd69f6d6993bd067 Mon Sep 17 00:00:00 2001 From: Ben Xu Date: Wed, 21 Aug 2024 18:27:47 -0700 Subject: [PATCH] include livekit deps into the pyproject --- software/pyproject.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/software/pyproject.toml b/software/pyproject.toml index abd1bd3..b706481 100644 --- a/software/pyproject.toml +++ b/software/pyproject.toml @@ -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]