# CLI
click>=8.0.0
typer>=0.9.0
rich>=13.0.0

# 模板引擎
jinja2>=3.1.0

# 数据验证
pydantic>=2.0.0

# YAML解析
pyyaml>=6.0

# 工具
python-dotenv>=1.0.0
