Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Commit

Permalink
更新 pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
mikigo authored Jun 14, 2024
1 parent 195c0d9 commit 8460988
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ dependencies = [
"click",
"rich",
"easyprocess",
"pexpect",
"allure-custom",
]
dynamic = [
Expand All @@ -30,6 +31,7 @@ desktop-ui = [
"youqu-dogtail",
"youqu-imagecenter-rpc",
"youqu-mousekey",
"youqu-button-center",
"pdocr-rpc",
# "wdotool",
]
Expand All @@ -42,6 +44,10 @@ http = [
dbus = [
"youqu-dbus",
]
remote = [
"fabric",
"zerorpc",
]

[project.scripts]
youqu3 = "youqu3.driver.cli:cli"
Expand Down

0 comments on commit 8460988

Please sign in to comment.