# SkyChat Requirements
# ====================

# Core Django
Django>=5.0,<6.0

# Django REST Framework
djangorestframework>=3.15.0

# Django Channels (WebSocket support)
channels>=4.1.0
channels-redis>=4.2.0
daphne>=4.1.0

# Database
# psycopg2-binary>=2.9.9  # Uncomment for PostgreSQL
# mysqlclient>=2.2.0      # Uncomment for MySQL

# CORS support
django-cors-headers>=4.3.0

# Timezone
pytz>=2024.1

# Environment variables
python-dotenv>=1.0.1

# Image handling
Pillow>=10.2.0

# ASGI server
uvicorn[standard]>=0.27.0

# WebSocket
websockets>=12.0

# Production
gunicorn>=21.2.0
whitenoise>=6.6.0
