Ensure the imports needed by proxy_server are in requirements.txt to start with

This commit is contained in:
Oliver Smith 2023-11-15 10:38:05 -08:00
parent 4c980cb161
commit 7cf1846654

View file

@ -1,7 +1,13 @@
litellm litellm
openai openai
fastapi fastapi
tomli
appdirs
tomli_w
backoff
yaml
uvicorn uvicorn
boto3 boto3
litellm litellm
redis redis
yaml