add qwen3 vl requirements to pyproj

This commit is contained in:
Dillon DuPont
2025-10-22 16:18:19 -07:00
parent a78dcd3331
commit 5bad437f47

View File

@@ -104,6 +104,10 @@ all = [
"hud-python==0.4.52",
# gemini requirements
"google-genai>=1.41.0",
# qwen requirements
"qwen-vl-utils",
"qwen-agent",
"Pillow>=10.0.0",
]
[tool.uv]