Update quickstart for 0.0.102

This commit is contained in:
Mark Backman
2026-02-10 18:14:04 -05:00
parent 17ab9c425f
commit 883b24f577
2 changed files with 6 additions and 17 deletions

View File

@@ -4,7 +4,7 @@ version = "0.1.0"
description = "Quickstart example for building voice AI bots with Pipecat"
requires-python = ">=3.10"
dependencies = [
"pipecat-ai[webrtc,daily,silero,deepgram,openai,cartesia,local-smart-turn-v3,runner]",
"pipecat-ai[webrtc,daily,silero,deepgram,openai,cartesia,runner]",
"pipecat-ai-cli"
]
@@ -17,4 +17,7 @@ dev = [
[tool.ruff]
line-length = 100
[tool.ruff.lint]
select = ["I"]
select = ["I"]
[tool.uv.sources]
pipecat-ai = { path = "../../", editable = true }