# Python Dependencies for SuperCharged Claude Code # Install with: pip install -r requirements.txt # Core: Ralph Orchestrator - Autonomous "Tackle Until Solved" agent loop # Used by: /ralph command, ralphloop wrapper, autonomous iteration ralph-orchestrator>=0.1.0 # Optional: YAML parsing for ralph configuration # Used by: ralphloop script, agent sync scripts pyyaml>=6.0 # Optional: jq alternative for JSON parsing in Python # Used by: Some hooks and scripts that need JSON manipulation # Install if you don't have jq installed: apt-get install jq # Development dependencies (optional) # pytest>=7.0 # black>=23.0 # mypy>=1.0