Skip to content

Commit

Permalink
bump pyinstaller dep for a fix to shutdown
Browse files Browse the repository at this point in the history
  • Loading branch information
scosman committed Nov 12, 2024
1 parent 007f98b commit 8742e63
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion app/desktop/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ requires-python = ">=3.10"
dependencies = [
"kiln-server",
"pillow>=11.0.0",
"pyinstaller>=6.11.0",
"pyinstaller==6.11.1",
"pystray>=0.19.5",
]

Expand Down
30 changes: 15 additions & 15 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8742e63

Please sign in to comment.