Skip to content

Commit

Permalink
fix: deps
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO committed Sep 15, 2024
1 parent 395ef0d commit 8b0fec6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
maafw>=2.0.0
maafw>=2.0.0a5
nicegui
asyncify

0 comments on commit 8b0fec6

Please sign in to comment.