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