Skip to content

Commit

Permalink
Add python-dotenv requirement to examples (#978)
Browse files Browse the repository at this point in the history
  • Loading branch information
boks1971 authored Oct 24, 2024
1 parent 34170b3 commit ade93d5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/participant-entrypoint/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
livekit-agents>=0.10.2
python-dotenv~=1.0
1 change: 1 addition & 0 deletions examples/simple-color/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
livekit-agents>=0.10.2
python-dotenv~=1.0
1 change: 1 addition & 0 deletions examples/speech-to-text/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
livekit-agents>=0.10.2
livekit-plugins-deepgram>=0.6.8
python-dotenv~=1.0
1 change: 1 addition & 0 deletions examples/text-to-speech/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ade93d5

Please sign in to comment.