Files
SteamPathCLI/pyproject.toml
T
LunaChocken 4ff1c6b44d update
2025-06-07 17:56:03 +01:00

13 lines
253 B
TOML

[project]
name = "steamgamepath"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"prompt-toolkit>=3.0.51",
"pyinstaller>=6.14.0",
"rich>=14.0.0",
"vdf>=3.4",
]