initial commit
This commit is contained in:
10
pyproject.toml
Normal file
10
pyproject.toml
Normal file
@@ -0,0 +1,10 @@
|
||||
[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",
|
||||
]
|
||||
Reference in New Issue
Block a user