fix: requirement
This commit is contained in:
parent
17a8311768
commit
9ddd0fc0c2
|
|
@ -1,34 +1,25 @@
|
||||||
# Core Video Processing
|
|
||||||
moviepy>=1.0.3
|
moviepy>=1.0.3
|
||||||
ffmpeg-python>=0.2.0
|
ffmpeg-python>=0.2.0
|
||||||
opencv-python>=4.8.0
|
opencv-python>=4.8.0
|
||||||
|
|
||||||
# Audio Processing
|
|
||||||
librosa>=0.10.0
|
librosa>=0.10.0
|
||||||
pydub>=0.25.1
|
pydub>=0.25.1
|
||||||
pyaudio>=0.2.11
|
pyaudio>=0.2.11
|
||||||
|
|
||||||
# Audio Analysis & Generation
|
|
||||||
audiolazy>=0.7
|
|
||||||
madmom>=0.16.1
|
madmom>=0.16.1
|
||||||
music21>=8.1.0
|
music21>=8.1.0
|
||||||
pysynth>=0.9.3
|
pysynth>=0.9.3
|
||||||
magenta>=2.1.4
|
magenta>=2.1.4
|
||||||
|
|
||||||
|
|
||||||
# Automation & Control
|
|
||||||
pyautogui>=0.9.54
|
pyautogui>=0.9.54
|
||||||
pynput>=1.7.6
|
pynput>=1.7.6
|
||||||
|
|
||||||
|
|
||||||
# Task Queue & Distributed Processing
|
|
||||||
celery>=5.3.0
|
celery>=5.3.0
|
||||||
redis>=4.5.0
|
redis>=4.5.0
|
||||||
|
|
||||||
# Database & Search
|
# Database & Search
|
||||||
elasticsearch>=8.8.0
|
elasticsearch>=8.8.0
|
||||||
|
|
||||||
# Utilities
|
|
||||||
numpy>=1.24.0
|
numpy>=1.24.0
|
||||||
scipy>=1.10.0
|
scipy>=1.10.0
|
||||||
matplotlib>=3.7.0
|
matplotlib>=3.7.0
|
||||||
|
|
@ -36,23 +27,18 @@ pillow>=10.0.0
|
||||||
requests>=2.31.0
|
requests>=2.31.0
|
||||||
python-dotenv>=1.0.0
|
python-dotenv>=1.0.0
|
||||||
|
|
||||||
# Development & Testing
|
|
||||||
pytest>=7.4.0
|
pytest>=7.4.0
|
||||||
pytest-asyncio>=0.21.0
|
pytest-asyncio>=0.21.0
|
||||||
black>=23.0.0
|
black>=23.0.0
|
||||||
flake8>=6.0.0
|
flake8>=6.0.0
|
||||||
|
|
||||||
# GUI Framework (if needed for standalone Python GUI)
|
|
||||||
tkinter-tooltip>=2.0.0
|
tkinter-tooltip>=2.0.0
|
||||||
|
|
||||||
# File Format Support
|
|
||||||
python-magic>=0.4.27
|
python-magic>=0.4.27
|
||||||
mutagen>=1.46.0
|
mutagen>=1.46.0
|
||||||
|
|
||||||
# Logging & Monitoring
|
|
||||||
loguru>=0.7.0
|
loguru>=0.7.0
|
||||||
|
|
||||||
# Configuration
|
|
||||||
pydantic>=2.0.0
|
pydantic>=2.0.0
|
||||||
pyyaml>=6.0
|
pyyaml>=6.0
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue