File size: 696 Bytes
878693c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 |
# MoneyPrinterTurbo - Huggingface Spaces Dependencies # Optimized for FREE tier deployment # Core Streamlit streamlit>=1.28.0 streamlit-option-menu>=0.3.6 # Configuration toml>=0.10.0 # Logging loguru>=0.7.0 # AI/LLM Libraries openai>=1.0.0 requests>=2.31.0 # Video Processing (lightweight) pillow>=10.0.0 moviepy>=1.0.3 # Audio Processing pydub>=0.25.1 # Data Handling pandas>=2.0.0 numpy>=1.24.0 # HTTP Client httpx>=0.24.0 # Image Processing opencv-python-headless>=4.8.0 # Compatibility fixes protobuf<=3.20.3 # File handling pathlib2>=2.3.7 # JSON handling jsonschema>=4.17.0 # Time utilities python-dateutil>=2.8.2 # UUID utilities uuid>=1.30 # System utilities psutil>=5.9.0 |