10 lines
202 B
TOML
10 lines
202 B
TOML
[project]
|
|
name = "win-telegraph"
|
|
version = "0.0.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"pynput>=1.8.1",
|
|
"pyserial>=3.5",
|
|
]
|