mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 02:34:29 +00:00
Don't depend on uvloop on windows
This commit is contained in:
parent
f5996b2f6b
commit
c80bf4d9aa
2 changed files with 1489 additions and 31 deletions
1518
poetry.lock
generated
1518
poetry.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -33,7 +33,7 @@ pydantic = "^2.0.0"
|
|||
jsonschema = "^4.22.0"
|
||||
|
||||
uvicorn = {version = "^0.29.0", optional = true}
|
||||
uvloop = {version = "^0.21.0", optional = true}
|
||||
uvloop = {version = "^0.21.0", optional = true, markers="sys_platform != 'win32'"}
|
||||
gunicorn = {version = "^23.0.0", optional = true}
|
||||
fastapi = {version = "^0.115.5", optional = true}
|
||||
backoff = {version = "*", optional = true}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue