# Python 패키지 의존성 (pip)
# EE 빌드 시 ansible-builder 가 pip install 수행
# ============================================================
# ── Kubernetes Python Client ────────────────────────────────
kubernetes>=29.0.0,<30.0.0
# ── AWS/S3 호환 (MinIO boto3 연동 필요 시) ─────────────────
boto3>=1.34.0
botocore>=1.34.0
# ── Ansible 유틸리티 ────────────────────────────────────────
jmespath>=1.0.1 # json_query 필터 사용 필수
netaddr>=1.2.1 # ipaddr 필터
dnspython>=2.6.0 # community.general dns 모듈
# ── 시스템 점검용 ───────────────────────────────────────────
psutil>=5.9.8 # ansible facts 보강 (선택)
# ── 기타 ────────────────────────────────────────────────────
requests>=2.31.0
urllib3>=2.0.0,<3.0.0