diff --git a/python_core/requirements.txt b/python_core/requirements.txt index 2cd472b..f84c827 100644 --- a/python_core/requirements.txt +++ b/python_core/requirements.txt @@ -1,34 +1,25 @@ -# Core Video Processing moviepy>=1.0.3 ffmpeg-python>=0.2.0 opencv-python>=4.8.0 -# Audio Processing librosa>=0.10.0 pydub>=0.25.1 pyaudio>=0.2.11 -# Audio Analysis & Generation -audiolazy>=0.7 madmom>=0.16.1 music21>=8.1.0 pysynth>=0.9.3 magenta>=2.1.4 - -# Automation & Control pyautogui>=0.9.54 pynput>=1.7.6 - -# Task Queue & Distributed Processing celery>=5.3.0 redis>=4.5.0 # Database & Search elasticsearch>=8.8.0 -# Utilities numpy>=1.24.0 scipy>=1.10.0 matplotlib>=3.7.0 @@ -36,23 +27,18 @@ pillow>=10.0.0 requests>=2.31.0 python-dotenv>=1.0.0 -# Development & Testing pytest>=7.4.0 pytest-asyncio>=0.21.0 black>=23.0.0 flake8>=6.0.0 -# GUI Framework (if needed for standalone Python GUI) tkinter-tooltip>=2.0.0 -# File Format Support python-magic>=0.4.27 mutagen>=1.46.0 -# Logging & Monitoring loguru>=0.7.0 -# Configuration pydantic>=2.0.0 pyyaml>=6.0