From b268829d08eae75bb42b631f83b4aa3fb1f43d51 Mon Sep 17 00:00:00 2001 From: Martin Jagusch <_@mj.io> Date: Thu, 27 Mar 2025 18:40:06 +0100 Subject: [PATCH] =?UTF-8?q?Remove=20duplicate=20dependency=20definition=20?= =?UTF-8?q?of=C2=A0pynput=20(#367)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `pynput` is in the pyproject.toml file twice, as you can see on line 54. The uv.lock file doesn't change. --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ab1be5e..8518301 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,6 @@ dev = [ "pynput", "types-pynput", "sounddevice", - "pynput", "textual", "websockets", "graphviz",