This commit is contained in:
cxc
2024-04-09 16:18:55 +08:00
parent 0b77166eed
commit b2dc9cb9b4
10 changed files with 587 additions and 99 deletions

View File

@ -11,8 +11,17 @@ pyautogui = "^0.9.54"
pytesseract = "^0.3.10"
clipboard = "^0.0.4"
pyyaml = "^6.0.1"
requests = "^2.31.0"
[[tool.poetry.source]]
name = "mirrors"
url = "https://pypi.tuna.tsinghua.edu.cn/simple/"
priority = "primary"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.poetry.scripts]
hik-uptime = 'hik_uptime.main:run_app'