From 54f6051bf867512563c5e1a635ef54e59d265fc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=B4=A2=E6=A2=A6=E9=9C=B2?= Date: Thu, 8 Jan 2026 22:06:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=20pyproject.toml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml deleted file mode 100644 index f549588..0000000 --- a/pyproject.toml +++ /dev/null @@ -1,11 +0,0 @@ -[project] -name = "xiezuoapp" -version = "0.1.0" -description = "Add your description here" -readme = "README.md" -requires-python = ">=3.12" -dependencies = [ - "dashscope>=1.25.6", - "flask>=3.1.2", - "python-dotenv>=1.2.1", -]