# OMEGA Guardian - Core Dependencies
# Base requirements (always needed)

# Core framework
fastapi>=0.100.0
uvicorn>=0.23.0
pydantic>=2.0.0
python-dotenv>=1.0.0
requests>=2.28.0

# CLI and utilities
click>=8.0.0
typer>=0.9.0
rich>=13.0.0

# Data processing
PyYAML>=6.0.0
pandas>=2.0.0
numpy>=1.24.0

# Testing (minimal)
pytest>=7.0.0
pytest-cov>=4.0.0

# Code quality
black>=23.0.0
flake8>=6.0.0
mypy>=1.0.0
isort>=5.12.0