Files
linux_format_docs_check/pyproject.toml

26 lines
532 B
TOML
Raw Permalink Normal View History

2026-05-18 15:50:43 +08:00
[project]
name = "linux-format-docs-check"
version = "0.1.0"
description = "Offline-friendly DOCX compliance analysis web app for GJB438C skill documents."
readme = "plan.md"
requires-python = ">=3.10"
dependencies = [
"fastapi>=0.116.0",
"jinja2>=3.1.0",
"python-docx>=1.1.0",
"python-multipart>=0.0.9",
"pyyaml>=6.0.0",
"requests>=2.32.0",
"uvicorn>=0.35.0",
]
[dependency-groups]
dev = [
"httpx>=0.28.0",
"pytest>=8.3.0",
]
[tool.pytest.ini_options]
testpaths = ["tests"]
pythonpath = ["."]