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",
|
"pynput",
|
||||||
"types-pynput",
|
"types-pynput",
|
||||||
"sounddevice",
|
"sounddevice",
|
||||||
"pynput",
|
|
||||||
"textual",
|
"textual",
|
||||||
"websockets",
|
"websockets",
|
||||||
"graphviz",
|
"graphviz",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue