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 377ddbace6
commit b268829d08
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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