# CreativeX Automation Service Dependencies

# CreativeX API
requests==2.31.0
urllib3==2.1.0

# Box SDK with JWT support
boxsdk[jwt]==3.9.2

# Database (psycopg3 for Python 3.14 compatibility)
psycopg[binary]>=3.2.0
psycopg-pool>=3.3.0

# Email
jinja2==3.1.2

# Configuration
python-dotenv==1.0.0
pyyaml==6.0.1

# Utilities
colorama==0.4.6

# Testing (optional)
pytest==7.4.3
pytest-mock==3.12.0
