test1 / pyproject.toml
MFF212's picture
Update pyproject.toml
ed074b6 verified
raw
history blame contribute delete
323 Bytes
[project]
name = "exotel-chatbot-dial-in"
version = "0.1.0"
description = "Exotel dial-in example for Pipecat"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"pipecat-ai[websocket,webrtc,cartesia,openai,silero,deepgram,runner,local-smart-turn-v3]>=0.0.101",
"pipecatcloud>=0.2.4","fastapi","uvicorn"
]