# Core Django dependencies for CapRover deployment
Django==5.2.4
djangorestframework==3.15.2
python-decouple==3.8

# Database
dj-database-url==2.1.0
psycopg2-binary==2.9.10

# Static files
whitenoise==6.8.2

# Production server
gunicorn==21.2.0

# Essential integrations
stripe==12.3.0
requests==2.32.4