From ade93d5c45525b535b140bff7ce2ae22b731418b Mon Sep 17 00:00:00 2001 From: Raja Subramanian Date: Thu, 24 Oct 2024 11:40:28 +0530 Subject: [PATCH] Add python-dotenv requirement to examples (#978) --- examples/participant-entrypoint/requirements.txt | 1 + examples/simple-color/requirements.txt | 1 + examples/speech-to-text/requirements.txt | 1 + examples/text-to-speech/requirements.txt | 1 + 4 files changed, 4 insertions(+) diff --git a/examples/participant-entrypoint/requirements.txt b/examples/participant-entrypoint/requirements.txt index 170336f2d..50018bbda 100644 --- a/examples/participant-entrypoint/requirements.txt +++ b/examples/participant-entrypoint/requirements.txt @@ -1 +1,2 @@ livekit-agents>=0.10.2 +python-dotenv~=1.0 diff --git a/examples/simple-color/requirements.txt b/examples/simple-color/requirements.txt index 170336f2d..50018bbda 100644 --- a/examples/simple-color/requirements.txt +++ b/examples/simple-color/requirements.txt @@ -1 +1,2 @@ livekit-agents>=0.10.2 +python-dotenv~=1.0 diff --git a/examples/speech-to-text/requirements.txt b/examples/speech-to-text/requirements.txt index ff15440e1..e3aebdadd 100644 --- a/examples/speech-to-text/requirements.txt +++ b/examples/speech-to-text/requirements.txt @@ -1,2 +1,3 @@ livekit-agents>=0.10.2 livekit-plugins-deepgram>=0.6.8 +python-dotenv~=1.0 diff --git a/examples/text-to-speech/requirements.txt b/examples/text-to-speech/requirements.txt index 4c6fca4e4..6b0d2ca9d 100644 --- a/examples/text-to-speech/requirements.txt +++ b/examples/text-to-speech/requirements.txt @@ -2,3 +2,4 @@ livekit-agents>=0.10.2 livekit-plugins-openai>=0.10.4 livekit-plugins-cartesia>=0.4.2 livekit-plugins-elevenlabs>=0.7.5 +python-dotenv~=1.0