Files
SteamPathCLI/pyproject.toml
T
LunaChocken 7db63e2c7d init
2025-06-07 16:42:31 +01:00

12 lines
226 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",
"rich>=14.0.0",
"vdf>=3.4",
]