This commit is contained in:
2025-07-05 02:27:54 +05:00
commit d8fbfb6fb8
9 changed files with 295 additions and 0 deletions

11
pyproject.toml Normal file
View File

@@ -0,0 +1,11 @@
[project]
name = "kadastr13"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"psutil>=7.0.0",
"pyautogui>=0.9.54",
"pywinauto>=0.6.9",
]