# Day-4 AI-assisted triage + IR runbook lab Python dependencies.
#
# HTTP client used by triage_ir.py for Ollama API calls.
httpx>=0.27.0

# Terminal output formatting (tables, panels, prompts).
rich>=13.7.0
