From 8b0fec645e1c6e6ceb21d7e0cd7456fe49dda8c4 Mon Sep 17 00:00:00 2001 From: MistEO Date: Mon, 16 Sep 2024 03:29:21 +0800 Subject: [PATCH] fix: deps --- pyproject.toml | 2 +- requirements.txt | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c96fd31..d2bc93a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "MaaDebugger" version = "v0.0.1" description = "MaaDebugger" authors = [{ name = "MaaXYZ" }] -dependencies = ["MaaFw>=2.0.0", "nicegui"] +dependencies = ["MaaFw>=2.0.0a5", "nicegui", "asyncify"] readme = "README.md" urls = { Homepage = "https://github.com/MaaXYZ/MaaDebugger" } requires-python = ">=3.9" diff --git a/requirements.txt b/requirements.txt index f8871e3..ebdbbab 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ -maafw>=2.0.0 +maafw>=2.0.0a5 nicegui +asyncify \ No newline at end of file