# Core dependencies gradio>=4.19.2 torch>=2.2.0 transformers>=4.37.2 diffusers>=0.25.0 pillow>=10.2.0 numpy>=1.24.0 moviepy>=1.0.3 nltk>=3.8.1 pydub>=0.25.1 edge-tts>=6.1.9 gradio-client>=0.10.1 # Azure and GitHub integration azure-cosmos>=4.5.1 PyGithub>=2.1.1 GitPython>=3.1.40 # File handling and utilities python-dateutil>=2.8.2 pytz>=2024.1 asyncio>=3.4.3 # Audio processing soundfile>=0.12.1 librosa>=0.10.1 # Optional - CUDA support for GPU acceleration cuda-python>=12.3.0 # Uncomment if using CUDA # Development dependencies black>=24.1.1 # for code formatting pylint>=3.0.3 # for code linting pytest>=8.0.0 # for testing # Additional dependencies for enhanced features anthropic>=0.18.1 # for Claude integration streamlit>=1.31.1 # if keeping any streamlit features pandas>=2.2.0 # for data handling # Security python-dotenv>=1.0.0 # for environment variable management cryptography>=42.0.2 # for secure operations # Optional - Performance monitoring psutil>=5.9.8 # for system resource monitoring