# AWS Automation Toolkit - Dependencies (Python >=3.10)

# AWS
boto3>=1.34.0

# CLI & UI
click>=8.1.0
rich>=13.7.0,<15.0.0  # 14.x 호환 유지
questionary>=2.0.0

# Data
openpyxl>=3.1.0
msgpack>=1.0.0
chardet>=5.2.0
python-dateutil>=2.8.0
duckdb>=1.0.0

# Network
requests>=2.31.0

# Utils
pytz>=2024.1

# Security
cryptography>=42.0.0
