From 8e4349d3dce0369f80c0998f3f48db0d22bf78f9 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Wed, 15 Nov 2023 10:46:26 -0800 Subject: [PATCH] Correct pypi package name for yaml --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5e1bda87a..d9b22b661 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,9 +5,9 @@ tomli appdirs tomli_w backoff -yaml +pyyaml uvicorn boto3 litellm redis -yaml +pyyaml