# Core dependencies
pydantic>=2.4.2
python-dotenv>=1.0.0

# Database
sqlalchemy>=2.0.23

# Data processing
pandas>=2.0.3
numpy>=1.24.3
networkx>=3.1

# AI/ML
openai>=1.0.0
anthropic>=0.7.0
instructor>=1.0.0

# File processing
python-magic>=0.4.27
python-docx>=1.0.0
openpyxl>=3.1.2
weasyprint>=65.1

# Configuration
pyyaml>=6.0.1

# Testing
pytest>=7.4.0

# Cloud and file processing
boto3>=1.28.0
azure-storage-blob>=12.19.0
pdfplumber>=0.10.3
pillow>=10.0.1
pytesseract>=0.3.10
sqlalchemy-utils>=0.41.1

# Documentation
mkdocs-material>=9.6.15
mkdocs>=1.6.1
mkdocs-macros-plugin>=1.3.7