update 26.7.30
This commit is contained in:
@@ -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"
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user