Remove duplicate dependency definition of pynput (#367)

`pynput` is in the pyproject.toml file twice, as you can see on line 54.

The uv.lock file doesn't change.
This commit is contained in:
Martin Jagusch 2025-03-27 18:40:06 +01:00 committed by GitHub
parent 1683606b6f
commit a7a814d30d
1 changed files with 0 additions and 1 deletions

View File

@ -54,7 +54,6 @@ dev = [
"pynput",
"types-pynput",
"sounddevice",
"pynput",
"textual",
"websockets",
"graphviz",