feat: 后端添加version上报

This commit is contained in:
DLmaster361
2025-09-07 03:21:38 +08:00
parent 2636858fc0
commit 6bf30b4dc6
8 changed files with 199 additions and 7 deletions

View File

@@ -3,12 +3,15 @@ name = "AUTO_MAA"
version = "4.0.0.1"
description = "AUTO_MAA~"
readme = "README.md"
requires-python = ">=3.13"
requires-python = ">=3.12"
dependencies = [
"loguru==0.7.3",
"fastapi==0.116.1",
"pydantic==2.11.7",
"uvicorn==0.35.0",
"websockets==15.0.1",
"aiofiles==24.1.0",
"aiohttp==3.12.15",
"plyer==2.1.0",
"psutil==7.0.0",
"jinja2==3.1.6",