update 26.7.25

This commit is contained in:
kun
2026-07-26 00:30:28 +08:00
parent 59b80ba269
commit 4218e6cdfc
66 changed files with 13639 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
[project]
name = "market-api"
version = "0.1.0"
description = "FastAPI service for importing monthly market Excel data into PostgreSQL."
requires-python = ">=3.12"
dependencies = [
"fastapi>=0.115,<1.0",
"uvicorn[standard]>=0.30,<1.0",
"python-multipart>=0.0.20,<1.0",
"openpyxl>=3.1,<4.0",
"psycopg[binary]>=3.2,<4.0",
"python-docx>=1.1,<2.0",
]
[tool.ruff]
line-length = 100
target-version = "py312"