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
@ -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…
Reference in New Issue
Block a user