add caching
Package Application with PyInstaller / build (push) Failing after 45s

This commit is contained in:
LunaChocken
2025-06-09 16:07:29 +01:00
parent d8a49d04a3
commit a4f0e5eece
5 changed files with 153 additions and 14 deletions
+1
View File
@@ -5,6 +5,7 @@ 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",