mirror of
https://github.com/zhaarey/AppleMusicDecrypt.git
synced 2025-10-23 15:11:06 +00:00
feat: use uvloop or winloop to speed up asyncio
This commit is contained in:
@@ -22,6 +22,9 @@ tenacity = "^8.2.3"
|
||||
prompt-toolkit = "^3.0.43"
|
||||
mitmproxy = "^10.3.0"
|
||||
async-lru = "^2.0.4"
|
||||
winloop = {version = "^0.1.3", platform = "win32"}
|
||||
uvloop = [{version = "^0.19.0", platform = "linux"},
|
||||
{version = "^0.19.0", platform = "darwin"}]
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
|
||||
Reference in New Issue
Block a user