From 9c6ad18c2ba217d90127b72005edf49f2175c343 Mon Sep 17 00:00:00 2001 From: LemonNexus Date: Wed, 11 Feb 2026 12:32:14 +0000 Subject: [PATCH] chore: add pynput to requirements for screenshot hotkeys --- requirements.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/requirements.txt b/requirements.txt index 9a27251..0e3f261 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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