update 26.7.30

This commit is contained in:
kun
2026-07-30 14:20:22 +08:00
parent 86b521c381
commit 7360fd8be3
5 changed files with 57 additions and 46 deletions
-17
View File
@@ -1,17 +0,0 @@
[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"
+1 -1
View File
@@ -3,4 +3,4 @@ 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
python-docx>=1.1,<2.0