mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
need to re-attempt backoff and yaml imports if the first import attempt fails. not sure which import is missing from requirements
This commit is contained in:
parent
f5abde775b
commit
4c980cb161
1 changed files with 2 additions and 0 deletions
|
@ -39,6 +39,8 @@ except ImportError:
|
|||
import tomli as tomllib
|
||||
import appdirs
|
||||
import tomli_w
|
||||
import backoff
|
||||
import yaml
|
||||
|
||||
import random
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue