# Core web framework
Django==5.2.16
djangorestframework==3.17.2
django-cors-headers==3.14.0
django-environ==0.10.0
django-extensions==3.2.1

# Database and ORM
psycopg2-binary==2.9.6
redis==4.5.4
celery==5.2.7

# Authentication and Security
django-allauth==65.14.1
djangorestframework-simplejwt==5.5.1
cryptography==50.0.0
bcrypt==4.0.1

# HTTP and API clients
requests==2.33.0
httpx==0.24.1
urllib3==2.7.0

# Data processing and analysis
pandas==2.0.1
numpy==1.24.3
Pillow==12.3.0
openpyxl==3.1.2

# Monitoring and logging
sentry-sdk==1.45.1
structlog==23.1.0

# Testing
pytest==9.0.3
pytest-django==4.5.2
pytest-cov==4.0.0
factory-boy==3.2.1
freezegun==1.2.2

# Development tools
black==26.3.1
flake8==6.0.0
isort==5.12.0
pre-commit==3.3.2
django-debug-toolbar==4.0.0

# Documentation
Sphinx==6.2.1
sphinx-rtd-theme==1.2.0

# Deployment and server
gunicorn==22.0.0
whitenoise==6.4.0

# Environment and configuration
python-decouple==3.8
pyyaml==6.0

# Utilities
click==8.1.3
python-dateutil==2.8.2
pytz==2023.3
six==1.16.0

# AWS integration
boto3==1.26.137
botocore==1.29.137

# Email
django-anymail==10.0