AIvoices/server/fastapi/pyproject.toml
2026-05-09 18:38:57 +05:30

21 lines
432 B
TOML

[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,websocket,silero,deepgram,openai,cartesia,google,grok,runner]",
"pipecat-ai-cli",
]
[dependency-groups]
dev = [
"pyright>=1.1.404,<2",
"ruff>=0.12.11,<1",
]
[tool.ruff]
line-length = 100
[tool.ruff.lint]
select = ["I"]