11 lines
223 B
TOML
11 lines
223 B
TOML
[project]
|
|
name = "vts-gamepad-input"
|
|
version = "0.1.0"
|
|
description = "VTS Plugin to send controller inputs to VTS"
|
|
requires-python = ">=3.14"
|
|
dependencies = [
|
|
"inputs>=0.5",
|
|
"inquirer>=3.4.1",
|
|
"pyvts>=0.3.3",
|
|
]
|