运行配置
This commit is contained in:
24
pyproject.toml
Normal file
24
pyproject.toml
Normal 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
|
||||
Reference in New Issue
Block a user