Files
crop-disease/pyproject.toml
贺海国 dac8a55983 init proj
2025-12-25 15:32:44 +08:00

15 lines
354 B
TOML

[project]
name = "hm-qwen3-vl"
version = "0.1.0"
description = "基于 OpenRouter Qwen3 VL 8B 的病虫害识别 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",
]