Skip to content

Commit

Permalink
added pyinstaller to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vikke1234 committed May 4, 2021
1 parent bc6995f commit 65032ea
Show file tree
Hide file tree
Showing 2 changed files with 105 additions and 4 deletions.
107 changes: 103 additions & 4 deletions poetry.lock

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

2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,15 @@ PyQt5 = "^5.15.4"
psutil = "^5.8.0"
invoke = "^1.5.0"
PyQt5-stubs = "^5.15.2"
pyinstaller = "^4.3"

[tool.poetry.dev-dependencies]
pytest = "^6.2.3"
coverage = "^5.5"
pylint = "^2.7.4"
autopep8 = "^1.5.6"
pytest-mock = "^3.5.1"
pyinstaller = "^4.3"

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

0 comments on commit 65032ea

Please sign in to comment.