chore: add pynput to requirements for screenshot hotkeys
This commit is contained in:
parent
286d3b4f5c
commit
9c6ad18c2b
|
|
@ -32,6 +32,9 @@ torchvision>=0.15.0
|
||||||
# Screen capture
|
# Screen capture
|
||||||
mss>=9.0.0
|
mss>=9.0.0
|
||||||
|
|
||||||
|
# Global hotkey support for manual screenshots
|
||||||
|
pynput>=1.7.6
|
||||||
|
|
||||||
# Image hashing and processing
|
# Image hashing and processing
|
||||||
imagehash>=4.3.1
|
imagehash>=4.3.1
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue