| # 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 |