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:
parent
377ddbace6
commit
b268829d08
1 changed files with 0 additions and 1 deletions
|
|
@ -54,7 +54,6 @@ dev = [
|
|||
"pynput",
|
||||
"types-pynput",
|
||||
"sounddevice",
|
||||
"pynput",
|
||||
"textual",
|
||||
"websockets",
|
||||
"graphviz",
|
||||
|
|
|
|||
Loading…
Reference in a new issue