1
0
mirror of https://github.com/hanxi/xiaomusic.git synced 2025-12-06 14:52:50 +08:00

fix: 修复缺失库报错

This commit is contained in:
涵曦
2025-10-21 08:43:22 +08:00
parent 8a3d94f52e
commit 2fe7c45a61

View File

@@ -23,7 +23,8 @@ dependencies = [
"requests>=2.32.3",
"sentry-sdk[fastapi]==1.45.1",
"python-socketio>=5.12.1",
"pyjwt>=2.10.1",
"pyjwt>=2.10.1",
"fake-useragent>=2.2.0",
]
requires-python = ">=3.10"
readme = "README.md"