From 2337a2d92d9f1fa7677d48df92ef16a8c51bc689 Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Tue, 5 Aug 2025 21:46:50 -0400 Subject: [PATCH] Remove dev-requirements.txt and mentions of it --- dev-requirements.txt | 13 ------------- examples/foundational/34-audio-recording.py | 5 ----- .../foundational/35-pattern-pair-voice-switching.py | 5 ----- 3 files changed, 23 deletions(-) delete mode 100644 dev-requirements.txt diff --git a/dev-requirements.txt b/dev-requirements.txt deleted file mode 100644 index f14a1d161..000000000 --- a/dev-requirements.txt +++ /dev/null @@ -1,13 +0,0 @@ -build~=1.2.2 -coverage~=7.9.1 -grpcio-tools~=1.67.1 -pip-tools~=7.4.1 -pre-commit~=4.2.0 -pyright~=1.1.402 -pytest~=8.4.1 -pytest-asyncio~=1.0.0 -pytest-aiohttp==1.1.0 -ruff~=0.12.1 -setuptools~=78.1.1 -setuptools_scm~=8.3.1 -python-dotenv~=1.1.1 diff --git a/examples/foundational/34-audio-recording.py b/examples/foundational/34-audio-recording.py index eb32b3cca..fbe06b402 100644 --- a/examples/foundational/34-audio-recording.py +++ b/examples/foundational/34-audio-recording.py @@ -18,11 +18,6 @@ The example: - Individual recording of user audio - Individual recording of assistant audio -Example usage (run from pipecat root directory): - $ pip install "pipecat-ai[daily,openai,cartesia,silero]" - $ pip install -r dev-requirements.txt - $ python examples/foundational/34-audio-recording.py - Requirements: - OpenAI API key (for GPT-4) - Cartesia API key (for text-to-speech) diff --git a/examples/foundational/35-pattern-pair-voice-switching.py b/examples/foundational/35-pattern-pair-voice-switching.py index 858547022..b6646e5f4 100644 --- a/examples/foundational/35-pattern-pair-voice-switching.py +++ b/examples/foundational/35-pattern-pair-voice-switching.py @@ -23,11 +23,6 @@ The PatternPairAggregator: - Processes patterns that may span across multiple text chunks - Returns processed text at sentence boundaries -Example usage (run from pipecat root directory): - $ pip install "pipecat-ai[daily,openai,cartesia,silero]" - $ pip install -r dev-requirements.txt - $ python examples/foundational/35-pattern-pair-voice-switching.py - Requirements: - OpenAI API key (for GPT-4o) - Cartesia API key (for text-to-speech)