Files
crop-disease/pyproject.toml
2026-04-13 17:37:31 +08:00

15 lines
342 B
TOML

[project]
name = "hm-qwen3-vl"
version = "0.1.0"
description = "基于 Qwen3.5 VL 的病虫害识别 FastAPI 服务"
readme = "README.md"
requires-python = ">=3.8"
dependencies = [
"fastapi>=0.104.0",
"uvicorn[standard]>=0.24.0",
"httpx>=0.25.0",
"python-multipart>=0.0.6",
"pillow>=10.0.0",
"python-dotenv>=1.0.0",
]