Qwen-Image-Example/pyproject.toml

12 lines
232 B
TOML
Raw Normal View History

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