Django>=4.2,<5.0
djangorestframework>=3.14.0
django-cors-headers>=4.0.0
django-environ>=0.10.0
psycopg2-binary>=2.9.0
gunicorn>=20.1.0
djangorestframework-simplejwt>=5.2.0
django-allauth>=0.54.0
dj-rest-auth>=4.0.0
Pillow>=9.0.0
whitenoise>=6.5.0
django-filter>=23.0

# Celery/Redis
celery>=5.2.0
redis>=4.5.0

# Testing
pytest>=7.4.0
pytest-django>=4.5.0
pytest-cov>=4.1.0

# API Documentation
drf-spectacular>=0.26.0

# Code Quality
black>=23.0.0
ruff>=0.1.0
isort>=5.12.0

# Utilities
requests>=2.31.0
