# 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

# CLI Color & Formatting
rich>=13.0.0

# PyPI Version Check
requests>=2.31.0

# Security
safety>=3.0.0
