# Core Django
Django==4.2.7

# Configuration & Environment
python-decouple==3.8
dj-database-url==2.1.0

# Production Server & Static Files
gunicorn==21.2.0
whitenoise==6.6.0

# Database (PostgreSQL)
psycopg2-binary==2.9.7