From c6d48c16dfb7581f7577fdebe8c0435d87456b41 Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Tue, 22 Apr 2025 13:01:56 -0400 Subject: [PATCH] Add twilio to pyproject.toml, update demo to use twilio option --- examples/twilio-chatbot/requirements.txt | 3 +-- pyproject.toml | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/twilio-chatbot/requirements.txt b/examples/twilio-chatbot/requirements.txt index 99263035e..40cf24c7f 100644 --- a/examples/twilio-chatbot/requirements.txt +++ b/examples/twilio-chatbot/requirements.txt @@ -1,5 +1,4 @@ -pipecat-ai[cartesia,openai,silero,deepgram] -fastapi +pipecat-ai[cartesia,openai,silero,deepgram,twilio] uvicorn python-dotenv loguru diff --git a/pyproject.toml b/pyproject.toml index e57a2c5e5..571c86b74 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -86,6 +86,7 @@ simli = [ "simli-ai~=0.1.10"] soundfile = [ "soundfile~=0.13.0" ] tavus=[] together = [] +twilio = [ "fastapi~=0.115.6", "twilio~=9.5.2"] ultravox = [ "transformers~=4.48.0", "vllm~=0.7.3" ] webrtc = [ "aiortc~=1.11.0", "opencv-python~=4.11.0.86" ] websocket = [ "websockets~=13.1", "fastapi~=0.115.6" ]