feat: 添加环境信息

This commit is contained in:
DLmaster361
2025-08-06 16:48:43 +08:00
parent b5c118eee5
commit 8cbd542a75
10 changed files with 134 additions and 327 deletions

View File

@@ -1,14 +1,20 @@
[project]
name = "maa-auto"
version = "0.1.0"
description = "maa-auto~"
name = "AUTO_MAA"
version = "4.0.0.1"
description = "AUTO_MAA~"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"aiofiles>=24.1.0",
"fastapi>=0.116.1",
"loguru>=0.7.3",
"pydantic>=2.11.7",
"pyyaml>=6.0.2",
"uvicorn>=0.35.0",
"loguru==0.7.3",
"fastapi==0.116.1",
"pydantic==2.11.7",
"uvicorn==0.35.0",
"plyer==2.1.0",
"psutil==7.0.0",
"pywin32==310",
"keyboard==0.13.5",
"truststore==0.10.1",
"requests==2.32.4",
"pillow==11.3.0",
"packaging==25.0",
]