# ═══════════════════════════════════════════════════════════════════════════════
#  ARGUS — Python Dependencies
# ═══════════════════════════════════════════════════════════════════════════════

# Core — YAML parsing for memory files
PyYAML>=6.0,<7.0

# Validation — JSON Schema Draft-07 for YAML structure validation
jsonschema>=4.0,<5.0

# Testing — pytest for the full test suite (330 tests)
pytest>=8.0,<10.0

# MCP Server — Model Context Protocol for IDE/AI client integration
mcp>=1.0,<2.0
