# Core Django dependencies Django==5.1.5 djangorestframework==3.15.2 djangorestframework-simplejwt==5.3.0 django-cors-headers==4.6.0 django-filter==24.3 # Database psycopg==3.2.3 # Environment management python-decouple==3.8 # Celery for background tasks celery==5.5.3 django-celery-beat==2.7.0 django-celery-results==2.5.1 redis==5.2.0 # Image and video processing opencv-python==4.10.0.84 Pillow==11.3.0 imageio==2.36.1 imageio-ffmpeg==0.6.0 ffmpeg-python==0.2.0 moviepy==1.0.3 # HTTP requests and utilities requests==2.32.3 watchdog==5.0.3 # Development and monitoring django-debug-toolbar==4.4.6 flower==2.0.1 # Static files and frontend whitenoise==6.8.2 # Documentation django-extensions==3.2.3 # Security scanning bandit==1.7.10 safety==3.2.11 # Development dependencies for Stream Processor # These packages are only needed during development and testing # Testing frameworks pytest==8.3.3 pytest-django==4.9.0 pytest-cov==6.0.0 pytest-mock==3.14.0 # Code quality and linting black==24.8.0 flake8==7.1.1 isort==5.13.2 mypy==1.11.2 # Development tools # API documentation drf-spectacular==0.27.2 # Caching and performance django-redis==5.4.0 django-cache-machine==1.2.0 # Backup and storage django-storages==1.14.4 boto3==1.35.84 # For AWS S3 backup storage # Deployment and CI/CD PyYAML==6.0.2 docker==7.1.0 kubernetes==31.0.0 # Additional monitoring psutil==6.0.0 prometheus-client==0.21.1