# Core dependencies
astroid>=2.15.0
pylint>=2.17.0

# Security analysis
bandit>=1.7.0

# Code metrics
radon>=5.4.0
xenon>=0.9.0

# Pattern matching
regex>=2023.0.0

# CLI & Output
click>=8.1.0
rich>=13.0.0

# Config
pyyaml>=6.0

# HTML reports
jinja2>=3.1.0

# AI backends
openai>=1.0.0
requests>=2.28.0

# Web application
flask>=2.3.0
flask-cors>=4.0.0

# API REST
fastapi>=0.100.0
uvicorn>=0.23.0
python-multipart>=0.0.6

# Testing
pytest>=7.0.0
pytest-cov>=4.0.0
