This commit is contained in:
quantulr
2024-04-01 12:03:18 +08:00
commit 13e71163bb
12 changed files with 405 additions and 0 deletions

17
pyproject.toml Normal file
View File

@ -0,0 +1,17 @@
[tool.poetry]
name = "hik-uptime"
version = "0.1.0"
description = ""
authors = ["quantulr <35954003+quantulr@users.noreply.github.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
pyautogui = "^0.9.54"
pytesseract = "^0.3.10"
clipboard = "^0.0.4"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"