From 20cb3a56b52e8f81f3e6d916155a42fca8f30157 Mon Sep 17 00:00:00 2001 From: KimigaiiWuyi <444835641@qq.com> Date: Sat, 28 Sep 2024 05:27:34 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=E6=B7=BB=E5=8A=A0`gscore=5Fauto=5F?= =?UTF-8?q?update=5Fdep`=E5=88=97=E8=A1=A8=E4=BB=A5=E5=BC=BA=E5=88=B6?= =?UTF-8?q?=E8=AE=A9Gscore=E5=90=AF=E5=8A=A8=E6=97=B6=E5=B0=9D=E8=AF=95?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=AF=A5=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index b6aafe0..1e27d98 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -120,6 +120,9 @@ dependencies = [ requires-python = ">=3.8.1,<4.0" readme = "README.md" license = { text = "GPL-3.0-or-later" } +gscore_auto_update_dep = [ + "starrail-damage-cal>=1.9.6", +] [tool.pdm.dev-dependencies]