Skip to content

Commit 8b0fec6

Browse files
committed
fix: deps
1 parent 395ef0d commit 8b0fec6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "MaaDebugger"
33
version = "v0.0.1"
44
description = "MaaDebugger"
55
authors = [{ name = "MaaXYZ" }]
6-
dependencies = ["MaaFw>=2.0.0", "nicegui"]
6+
dependencies = ["MaaFw>=2.0.0a5", "nicegui", "asyncify"]
77
readme = "README.md"
88
urls = { Homepage = "https://github.com/MaaXYZ/MaaDebugger" }
99
requires-python = ">=3.9"

requirements.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
maafw>=2.0.0
1+
maafw>=2.0.0a5
22
nicegui
3+
asyncify

0 commit comments

Comments
 (0)