init proj
This commit is contained in:
14
pyproject.toml
Normal file
14
pyproject.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[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",
|
||||
]
|
||||
Reference in New Issue
Block a user