mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-08 22:21:35 +00:00
Merge pull request #820 from kfsone/main
need to re-attempt backoff and yaml imports if the first import attempt fails
This commit is contained in:
commit
95f9c6779d
2 changed files with 9 additions and 1 deletions
|
|
@ -39,6 +39,8 @@ except ImportError:
|
|||
import tomli as tomllib
|
||||
import appdirs
|
||||
import tomli_w
|
||||
import backoff
|
||||
import yaml
|
||||
|
||||
import random
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,13 @@
|
|||
litellm
|
||||
openai
|
||||
fastapi
|
||||
tomli
|
||||
appdirs
|
||||
tomli_w
|
||||
backoff
|
||||
pyyaml
|
||||
uvicorn
|
||||
boto3
|
||||
litellm
|
||||
redis
|
||||
redis
|
||||
pyyaml
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue