a
This commit is contained in:
+4
-1
@@ -15,7 +15,7 @@ dependencies = [
|
||||
"rich>=13.0.0",
|
||||
"rumps>=0.4.0",
|
||||
"realtimestt>=0.3.104",
|
||||
"pyautogui>=0.9.54",
|
||||
"pynput>=1.7.6",
|
||||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
@@ -29,6 +29,9 @@ screenshot-all = [
|
||||
"pyscreenshot>=3.1"
|
||||
] # All screenshot libraries for maximum compatibility
|
||||
|
||||
# Keyboard automation
|
||||
keyboard = ["pynput>=1.7.6"] # Cross-platform keyboard automation
|
||||
|
||||
[project.scripts]
|
||||
ocr-screenshot = "tooling.cli:cli_main"
|
||||
tooling = "tooling.cli:cli_main"
|
||||
|
||||
Reference in New Issue
Block a user