Skip to content

Commit

Permalink
added pyinstaller
Browse files Browse the repository at this point in the history
  • Loading branch information
trbouma committed Sep 27, 2024
1 parent b9c2a8d commit 9fd9750
Show file tree
Hide file tree
Showing 2 changed files with 205 additions and 31 deletions.
233 changes: 203 additions & 30 deletions poetry.lock

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

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MIT"
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.10.4"
python = "<3.14,>=3.8.1"
monstr = "^0.1.9"
asyncio = "^3.4.3"
logging = "^0.4.9.6"
Expand All @@ -32,6 +32,7 @@ npurse = "safebox.cli:cli"

[tool.poetry.group.dev.dependencies]
ipykernel = "^6.29.5"
pyinstaller = "^6.10.0"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 9fd9750

Please sign in to comment.