feature: 添加pyproject

This commit is contained in:
贺海国
2026-04-14 13:59:09 +08:00
parent 18f04d5f97
commit 28bd9d3475

13
pyproject.toml Normal file
View File

@@ -0,0 +1,13 @@
[project]
name = "qwen3-coder-webdev"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"dashscope>=1.24.6",
"gradio>=5.47.2",
"httpx[socks]",
"modelscope-studio>=1.5.0",
"openai>=1.109.1",
]