Skip to content

Commit

Permalink
chore: maafw版本限制
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO committed May 15, 2024
1 parent 109d493 commit d69a37c
Show file tree
Hide file tree
Showing 2 changed files with 2 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", "nicegui"]
dependencies = ["MaaFw>=1.7.3", "nicegui"]
readme = "README.md"
urls = { Homepage = "https://github.com/MaaXYZ/MaaDebugger" }
requires-python = ">=3.11"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
maafw
maafw>=1.7.3
nicegui

0 comments on commit d69a37c

Please sign in to comment.