From 28bd9d3475f1853375d6212cfe6d028553cea08b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=BA=E6=B5=B7=E5=9B=BD?= <404580946@qq.com> Date: Tue, 14 Apr 2026 13:59:09 +0800 Subject: [PATCH] =?UTF-8?q?feature:=20=E6=B7=BB=E5=8A=A0pyproject?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..39571df --- /dev/null +++ b/pyproject.toml @@ -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", +]