# 公文文档格式化 Skill —— 独立运行依赖
# (c) 2026 Jose AI (https://www.linhut.cn)  MIT License
#
# 仅需三个纯 Python 依赖，无数据库、无 Web 框架、无桌面端耦合。
# lxml 由 python-docx 自动带入，无需单独声明。
#
# Python 版本：>= 3.10（typing 联合类型语法 | None 等）
# 测试推荐：pytest>=7.0（如需运行测试套件）
#
# 安装：pip install -r requirements.txt
# 测试安装：pip install -r requirements.txt pytest

python-docx>=1.1.0
pydantic>=2.0.0
pyyaml>=6.0
