# Kubernetes DevOps Toolkit - Dependencies

# Kubernetes Client
kubernetes>=28.1.0

# YAML Processing
PyYAML>=6.0.1

# CLI Interface
click>=8.1.0
rich>=13.5.0

# HTTP Client
requests>=2.31.0

# Async Support
aiohttp>=3.8.0

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

# Utilities
tabulate>=0.9.0
python-dateutil>=2.8.0
