# Arc-Verifier Core Requirements
# Python 3.11+ required

# CLI and Core
click>=8.1.0
rich>=13.0.0

# Docker Integration
docker>=6.0.0

# Data Models
pydantic>=2.0.0

# HTTP Client
httpx>=0.24.0

# Async File Operations
aiofiles>=23.0.0

# Date Handling
python-dateutil>=2.8.0

# Configuration
PyYAML>=6.0

# Optional: LLM Providers
# anthropic>=0.18.0
# openai>=1.0.0

# Optional: Web UI
# flask>=2.3.0
# flask-cors>=4.0.0