运行配置

This commit is contained in:
lhx
2025-09-27 10:46:09 +08:00
parent dff6c8cd91
commit 7a635eb414
6 changed files with 57 additions and 5 deletions

24
pyproject.toml Normal file
View File

@@ -0,0 +1,24 @@
[project]
name = "tielu-railway-management"
version = "1.0.0"
description = "Railway Project Management System"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"fastapi>=0.104.1",
"uvicorn>=0.24.0",
"sqlalchemy>=2.0.23",
"pymysql>=1.1.0",
"cryptography>=41.0.7",
"pydantic>=2.5.0",
"python-dotenv>=1.0.0",
"apscheduler>=3.10.4",
"pandas>=2.1.3",
"python-multipart>=0.0.6",
"openpyxl>=3.1.5",
]
[tool.uv.index]
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