定时任务

This commit is contained in:
lhx
2025-09-27 11:42:26 +08:00
parent 173935014e
commit 345ee50a7b
5 changed files with 54 additions and 7 deletions

View File

@@ -3,7 +3,7 @@ name = "tielu-railway-management"
version = "1.0.0"
description = "Railway Project Management System"
readme = "README.md"
requires-python = ">=3.11"
requires-python = ">=3.12"
dependencies = [
"fastapi>=0.104.1",
"uvicorn>=0.24.0",
@@ -19,8 +19,6 @@ dependencies = [
]
[tool.uv.index]
urls = [
"https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple"
]
url = "https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple"
python-install-mirror = "https://mirror.nju.edu.cn/github-release/indygreg/python-build-standalone"
default = true