# Scorpius Scanner - Core Requirements
# Minimal dependencies for production package

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

# Data Processing
pandas>=1.5.0
numpy>=1.20.0

# Machine Learning
scikit-learn>=1.0.0

# Async HTTP (for data collection)
aiohttp>=3.8.0
httpx>=0.24.0

# Web Scraping (for audit harvesting)
beautifulsoup4>=4.11.0
lxml>=4.9.0

# Utilities
python-dateutil>=2.8.0
tldextract>=3.4.0
pydantic>=1.10.0

# Optional PDF processing
# reportlab>=4.0.0
# pypdf>=3.0.0