# ============================================================
# Directory: orchestrator/
# Filename: requirements.txt
# Dependencies: Python 3.10+ and pip
# Run: pip install -r requirements.txt
# Flags: None
# Date: 2026-06-01
# Version: 1.0.0
# ============================================================

# YAML config parsing
pyyaml>=6.0

# Async file I/O for seed loading and log writing
aiofiles>=23.0

# Network interface detection for route assignment
netifaces>=0.11