add kubernetes deployment files

This commit is contained in:
2025-07-06 18:56:50 +08:00
parent b4ec264858
commit 89aedbcdad
11 changed files with 635 additions and 11 deletions

15
pyproject.toml Normal file
View File

@@ -0,0 +1,15 @@
[project]
name = "mark-word-fastapi"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"fastapi~=0.115.5",
"jinja2~=3.1.4",
"pydantic~=2.9.2",
"python-multipart~=0.0.17",
"reportlab~=4.2.5",
"thulac~=0.2.2",
"uvicorn~=0.32.0",
]