| # ModelScope 部署依赖 | |
| # 使用兼容的 Gradio 版本 | |
| # Gradio - 使用稳定版本 | |
| gradio==4.44.1 | |
| # Core dependencies (compatible with Python 3.11+) | |
| fastapi==0.115.0 | |
| uvicorn[standard]==0.32.0 | |
| pydantic==2.10.0 | |
| pydantic-settings==2.6.0 | |
| httpx==0.27.0 | |
| python-multipart==0.0.12 | |
| python-dotenv==1.0.1 | |
| # Additional dependencies | |
| aiofiles==24.1.0 | |