支持fastapi服务

This commit is contained in:
puke
2025-10-28 01:33:36 +08:00
committed by puke
parent c387137446
commit c200761b97
28 changed files with 1854 additions and 4 deletions

View File

@@ -21,6 +21,9 @@ dependencies = [
"html2image>=2.0.7",
"streamlit>=1.40.0",
"openai>=2.6.0",
"fastapi>=0.115.0",
"uvicorn[standard]>=0.32.0",
"python-multipart>=0.0.12",
]
[project.optional-dependencies]