From 94d663b646b02ec761774be3e45281d4980597e5 Mon Sep 17 00:00:00 2001 From: Neil Dwyer Date: Thu, 1 Feb 2024 14:07:24 -0800 Subject: [PATCH] Add missing + version constraints (#144) Bypassing branch protections because it's low stakes and might need more iteration as I deploy the Dockerfile --- examples/fal/requirements.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/examples/fal/requirements.txt b/examples/fal/requirements.txt index 677b8d782..c7c691394 100644 --- a/examples/fal/requirements.txt +++ b/examples/fal/requirements.txt @@ -3,5 +3,7 @@ livekit-api>=0.4.1 livekit-agents>=0.3.0 livekit-plugins-deepgram>=0.1.0 livekit-plugins-elevenlabs>=0.1.3 -openai -Pillow \ No newline at end of file +openai>=1.0.0 +msgpack>=1.0.0 +aiohttp>=3.0.0 +Pillow>=10.0.0 \ No newline at end of file