# CLI Framework
click>=8.1.0

# Template Engine
jinja2>=3.1.0

# YAML Processing
pyyaml>=6.0

# Testing
pytest>=7.4.0
pytest-cov>=4.1.0

# Code Quality
flake8>=6.1.0
black>=23.0.0
ruff>=0.1.0

# Development
setuptools>=68.0.0
wheel>=0.41.0
