26 lines
514 B
TOML
26 lines
514 B
TOML
[project]
|
|
name = "magazinaenderung"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"clipboard>=0.0.4",
|
|
"getpixelcolor>=0.2.3",
|
|
"keyboard>=0.13.5",
|
|
"opencv-python>=4.11.0.86",
|
|
"playwright>=1.52.0",
|
|
"psutil>=7.0.0",
|
|
"pyautogui>=0.9.54",
|
|
"pyperclip>=1.9.0",
|
|
"pytesseract>=0.3.13",
|
|
"pywin32>=310",
|
|
"pyyaml>=6.0.2",
|
|
"winregistry>=2.1.1",
|
|
]
|
|
|
|
[dependency-groups]
|
|
dev = [
|
|
"nuitka>=2.7.10",
|
|
]
|