Files
SteamPathCLI/pyproject.toml
T
LunaChocken a4f0e5eece
Package Application with PyInstaller / build (push) Failing after 45s
add caching
2025-06-09 16:07:29 +01:00

14 lines
275 B
TOML

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