Update quickstart to use pcc docker command

This commit is contained in:
Mark Backman
2025-08-26 21:29:13 -04:00
parent fc3d84dff7
commit 61a333ccae
3 changed files with 2 additions and 22 deletions

View File

@@ -5,7 +5,7 @@ description = "Quickstart example for building voice AI bots with Pipecat"
requires-python = ">=3.10"
dependencies = [
"pipecat-ai[webrtc,daily,silero,deepgram,openai,cartesia,runner]>=0.0.79",
"pipecatcloud>=0.2.3"
"pipecatcloud>=0.2.4"
]
[dependency-groups]