定时任务
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user