# AWS Cloud Toolkit - Dependencies
boto3>=1.28.0
botocore>=1.31.0
python-dotenv>=1.0.0
click>=8.0.0
pyyaml>=6.0

# Testing
pytest>=7.0.0
pytest-cov>=4.0.0
pytest-asyncio>=0.21.0
moto>=4.0.0

# Development
black>=23.0.0
flake8>=6.0.0
mypy>=1.0.0
