From d69a37c504ac2019f7058d77a8dd9d80144d559a Mon Sep 17 00:00:00 2001 From: MistEO Date: Wed, 15 May 2024 10:13:31 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20maafw=E7=89=88=E6=9C=AC=E9=99=90?= =?UTF-8?q?=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 45150cf..84d7c15 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "MaaDebugger" version = "v0.0.1" description = "MaaDebugger" authors = [{ name = "MaaXYZ" }] -dependencies = ["MaaFw", "nicegui"] +dependencies = ["MaaFw>=1.7.3", "nicegui"] readme = "README.md" urls = { Homepage = "https://github.com/MaaXYZ/MaaDebugger" } requires-python = ">=3.11" diff --git a/requirements.txt b/requirements.txt index 24ebe58..3fef23f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -maafw +maafw>=1.7.3 nicegui