# Django & REST Framework Django>=5.0,<6.0 djangorestframework>=3.14.0 django-cors-headers>=4.3.0 # Database psycopg2-binary>=2.9.9 # Async Task Queue celery[redis]>=5.3.0 redis>=5.0.0 # HTTP Client httpx>=0.26.0 # Browser Automation playwright>=1.40.0 # Environment & Config python-dotenv>=1.0.0 # Production Server gunicorn>=21.2.0 whitenoise>=6.6.0 # Validation & Utilities validators>=0.22.0 # Development & Testing pytest>=7.4.0 pytest-django>=4.7.0 pytest-asyncio>=0.23.0 pytest-cov>=4.1.0 black>=23.12.0 isort>=5.13.0 flake8>=7.0.0