From bd71a482327a83e32ebd8310740bab6091c56f11 Mon Sep 17 00:00:00 2001 From: Donnie Adams Date: Sun, 24 Nov 2024 11:50:24 -0500 Subject: [PATCH] chore: stop including uvloop in requirements Signed-off-by: Donnie Adams --- otto8-model-provider/requirements.txt | 3 +-- voyage-model-provider/requirements.txt | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/otto8-model-provider/requirements.txt b/otto8-model-provider/requirements.txt index afdc9092..4864e120 100644 --- a/otto8-model-provider/requirements.txt +++ b/otto8-model-provider/requirements.txt @@ -1,4 +1,3 @@ fastapi httpx -uvicorn -uvloop[standard] +uvicorn[standard] diff --git a/voyage-model-provider/requirements.txt b/voyage-model-provider/requirements.txt index 3a584f50..2a9b354d 100644 --- a/voyage-model-provider/requirements.txt +++ b/voyage-model-provider/requirements.txt @@ -1,4 +1,3 @@ fastapi -uvicorn -uvloop[standard] +uvicorn[standard] voyageai