feat: complete leave approval MVP

This commit is contained in:
selfrelease
2026-07-18 19:20:07 +08:00
parent 2105fe3bac
commit 090a7e33ce
133 changed files with 7845 additions and 100 deletions
+19
View File
@@ -0,0 +1,19 @@
[project]
name = "aioa-ai-service"
version = "0.1.0"
requires-python = ">=3.11"
dependencies = [
"fastapi==0.116.1",
"httpx==0.28.1",
"pydantic-settings==2.10.1",
"uvicorn[standard]==0.35.0",
]
[project.optional-dependencies]
dev = [
"pytest==8.4.1",
]
[tool.pytest.ini_options]
pythonpath = ["."]
testpaths = ["tests"]