# Intelligent Excel Automation — Companion Dependencies
# Install with: pip install -r requirements.txt

# AI providers
anthropic==0.49.0
openai==1.75.0

# Excel / data
openpyxl==3.1.5
pandas==2.2.3
xlwings==0.33.14

# Environment
python-dotenv==1.1.0

# Testing
pytest==8.3.5
pytest-timeout==2.3.1

# Utilities
requests==2.32.3
