25 lines
648 B
TOML
25 lines
648 B
TOML
[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
|