feat: Windows 服务 安装,启动,停止 功能

This commit is contained in:
2025-10-18 22:16:54 +08:00
parent b4ce2046a9
commit 6a54381310
14 changed files with 1882 additions and 504 deletions

View File

@ -7,10 +7,11 @@ readme = "README.md"
packages = [{include = "scientific_surfing"}]
[tool.poetry.dependencies]
python = "^3.8"
python = "^3.10"
requests = "^2.25.0"
PyYAML = "^6.0.0"
pydantic = "^2.0.0"
ipykernel = "^7.0.1"
[tool.poetry.group.dev.dependencies]
pytest = "^6.0.0"