# AI-Powered Excel with Python — Book 3
# Pinned versions for reproducible installs (pip freeze output)
# Update with: pip install PACKAGE --upgrade && pip freeze > requirements.txt
# Audit with:  pip-audit -r requirements.txt

# Core data processing
pandas==2.2.1
numpy==1.26.4
openpyxl==3.1.2

# Report generation
reportlab==4.1.0
python-docx==1.1.0

# Excel live integration (Windows only)
xlwings==0.30.14

# AI APIs
anthropic==0.27.0
openai==1.30.1

# Scheduling
schedule==1.2.1

# Configuration
python-dotenv==1.0.1

# Testing
pytest==8.1.1
pytest-cov==5.0.0

# Security auditing
pip-audit==2.7.3

# Distribution
pyinstaller==6.5.0
