From f3024cb19409cdc95e741742026c5dcb85e4449c Mon Sep 17 00:00:00 2001 From: Seungmin Kim <8457324+ehfd@users.noreply.github.com> Date: Fri, 4 Aug 2023 18:01:18 +0900 Subject: [PATCH] Manage python-uinput on our own --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index f501332f..1d900c3c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -28,7 +28,6 @@ install_requires = websockets basicauth gputil - python-uinput @ git+https://github.com/marmarek/python-uinput@168bb8734e3722c4fdc24d4d75d07e992c09be53 # Fixes python 3.11+ prometheus_client msgpack pynput @@ -36,6 +35,7 @@ install_requires = watchdog Pillow python-xlib + https://github.com/selkies-project/python-uinput/archive/refs/tags/0.11.3.zip [options.packages.find] where = src