# TentyPy Builder - Development Dependencies

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

# Code Quality
black>=23.7.0
flake8>=6.1.0
mypy>=1.5.0
pylint>=2.17.5
isort>=5.12.0

# Documentation
sphinx>=7.1.2
sphinx-rtd-theme>=1.3.0

# Build & Deploy
build>=0.10.0
twine>=4.0.2
setuptools>=68.0.0
wheel>=0.41.0

# YAML Support
pyyaml>=6.0.1

# CLI Enhancement
rich>=13.7.0
click>=8.1.7
inquirer>=3.1.3
