Skip to content

Commit

Permalink
add pyinstaller's windows deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
vipranarayan14 committed Feb 11, 2020
1 parent 4907cdd commit 24d4f25
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
7 changes: 4 additions & 3 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@ pylint = "*"
autopep8 = "*"

[packages]
pyqt5 = "*"
pyinstaller = "==3.4"
pillow = "*"
pywin32-ctypes = {version = "*", sys_platform = "== 'win32'"}
pypiwin32 = {version = "*", sys_platform = "== 'win32'"}
pywin32 = {version = "*", sys_platform = "== 'win32'"}
pyqt5 = "*"
pyinstaller = "==3.4"
fbs = "*"
pillow = "*"

[requires]
python_version = "3.7"
11 changes: 10 additions & 1 deletion Pipfile.lock

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

0 comments on commit 24d4f25

Please sign in to comment.