# Django and REST Framework Django>=3.2.25 djangorestframework>=3.14,<4.0 djangorestframework-simplejwt>=5.3,<6.0 # CORS headers django-cors-headers>=4.3,<5.0 # Environment variables python-dotenv>=1.0,<2.0 # HTTP requests (for Paystack API) requests>=2.31,<3.0 # Image handling Pillow>=10.0,<11.0 # Redis cache django-redis>=5.4,<6.0 redis>=5.0,<6.0 # Agora token generation (live streaming) agora-token-builder>=1.0.0 # Production server gunicorn>=21.0,<23.0 # Database (PostgreSQL for production) psycopg2-binary>=2.9,<3.0