Update deployment steps

This commit is contained in:
Mark Backman
2025-08-22 23:41:19 -04:00
parent e17fd580c6
commit de4dfc3ed4
7 changed files with 3191 additions and 32 deletions

View File

@@ -0,0 +1,19 @@
[project]
name = "pipecat-quickstart"
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,runner]>=0.0.79",
"pipecatcloud>=0.2.3"
]
[dependency-groups]
dev = [
"ruff~=0.12.1",
]
[tool.ruff]
line-length = 100
[tool.ruff.lint]
select = ["I"]