use uvloop as the new event loop on Linux and macOS
This commit is contained in:
@@ -31,7 +31,8 @@ dependencies = [
|
||||
"pyloudnorm~=0.1.1",
|
||||
"resampy~=0.4.3",
|
||||
"soxr~=0.5.0",
|
||||
"openai~=1.70.0"
|
||||
"openai~=1.70.0",
|
||||
"uvloop~=0.21.0; sys_platform!='win32'"
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
|
||||
Reference in New Issue
Block a user