22 lines
467 B
TOML
22 lines
467 B
TOML
[project]
|
|
name = "jiaheng-wrs-backpoint"
|
|
version = "0.1.0"
|
|
description = "FastAPI backend for 嘉恒智能报工小程序"
|
|
requires-python = ">=3.11"
|
|
dependencies = [
|
|
"fastapi>=0.115.0",
|
|
"uvicorn[standard]>=0.30.0",
|
|
"sqlalchemy>=2.0.30",
|
|
"pymysql>=1.1.1",
|
|
"cryptography>=42.0.0",
|
|
"pydantic-settings>=2.4.0",
|
|
"python-multipart>=0.0.9",
|
|
"openpyxl>=3.1.5",
|
|
"httpx>=0.27.0",
|
|
"Pillow>=10.4.0",
|
|
]
|
|
|
|
[tool.ruff]
|
|
line-length = 100
|
|
target-version = "py311"
|