chore: add pynput to requirements for screenshot hotkeys

This commit is contained in:
LemonNexus 2026-02-11 12:32:14 +00:00
parent 286d3b4f5c
commit 9c6ad18c2b
1 changed files with 3 additions and 0 deletions

View File

@ -32,6 +32,9 @@ torchvision>=0.15.0
# Screen capture
mss>=9.0.0
# Global hotkey support for manual screenshots
pynput>=1.7.6
# Image hashing and processing
imagehash>=4.3.1