Skip to content

Commit

Permalink
first try at pyinstaller
Browse files Browse the repository at this point in the history
  • Loading branch information
Vesper-arch committed Jan 28, 2024
1 parent 3f03b61 commit 3e524fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"editor.lineHeight": 23,
"editor.cursorBlinking": "solid",
"editor.cursorSmoothCaretAnimation": "on",
"editor.fontFamily": "Consolas, monospace"
"editor.fontFamily": "Consolas, 'Courier New', monospace"
}
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ python = ">=3.11.0,<4.0"
ansimarkup = "^2.1.0"
pytest = "^7.4.3"
grandalf = "^0.8"
pyinstaller = "^6.3.0"

[tool.poetry.group.dev.dependencies]
pytest-watch = "^4.2.0"
Expand Down

0 comments on commit 3e524fc

Please sign in to comment.