# OmniClaw Advanced Features
# Requirements

# Core
pyyaml>=6.0.3

# Git integration (for Time Machine Debugger)
GitPython>=3.1.50

# Database (for Memory Graph, Predictor)
# sqlite3 is built-in

# Watching (for Living Diagram auto-update)
watchdog>=6.0.0

# Optional: For better AST parsing
# (ast is built-in)

# For Natural Language Infra (optional)
# hcl2>=1.0  # For Terraform parsing

# Testing
pytest>=9.0.3
pytest-asyncio>=1.3.0
