1
0
mirror of https://github.com/hanxi/xiaomusic.git synced 2026-05-20 11:15:46 +08:00

feat: 升级依赖库

This commit is contained in:
涵曦
2024-11-08 15:54:17 +08:00
parent 0fe5f74d12
commit 5766919e69
2 changed files with 56 additions and 526 deletions

View File

@@ -11,7 +11,7 @@ dependencies = [
"mutagen>=1.47.0",
"yt-dlp>=2024.07.01",
"uvicorn>=0.30.1",
"fastapi>=0.111.0",
"fastapi>=0.115.4",
"starlette>=0.37.2",
"aiofiles>=24.1.0",
"ga4mp>=2.0.4",
@@ -20,7 +20,7 @@ dependencies = [
"pillow>=10.4.0",
"python-multipart>=0.0.12",
]
requires-python = ">=3.10,<3.12"
requires-python = ">=3.10,<=3.12"
readme = "README.md"
license = {text = "MIT"}