# Day-4 Detection Engineering lab Python dependencies.
#
# Sigma rule validation (offline — baked into runner image at build time).
# `sigma check <rule.yml>` validates Sigma rule structure and conditions.
sigma-cli==3.1.0

# YAML parsing for Sigma rule inspection.
pyyaml>=6.0

# HTTP client used by ollama_client.py and detection_eng.py.
httpx>=0.27.0

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