Qwen3-VL/pyproject.toml

11 lines
204 B
TOML
Raw Normal View History

[project]
name = "qwen-vl"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"openai>=2.14.0",
"python-dotenv>=1.2.1",
]