# Python dependencies for Swarm Orchestrator Skill
# Install: pip install -r requirements.txt

# Core dependencies (all optional - stdlib works on Unix)
# filelock>=3.0.0  # Cross-platform file locking (recommended for Windows)

# Note: The blackboard uses fcntl on Unix (built-in) with fallback for Windows.
# For production Windows deployments, uncomment filelock above.

# If you want to run type checking:
# mypy>=1.0.0

# If you want to run tests:
# pytest>=7.0.0
