From 102fac63b71b0487f9d7b24250a7d0111640a40a Mon Sep 17 00:00:00 2001 From: Dominic DiTaranto Date: Sat, 27 Dec 2025 11:51:47 -0500 Subject: [PATCH] changing pynput package version to fix breaking change in python 3.13 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index be1bc1d..4e02983 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ colorama==0.4.6 evdev==1.9.1 keyboard==0.13.5 -pynput==1.8.0 +pynput==1.7.8 PyRect==0.2.0 python-xlib==0.33 six==1.17.0