Skip to content

Commit

Permalink
downgrade PyInstaller
Browse files Browse the repository at this point in the history
to avoid the FBS-PyInstaller issue.
Refer: mherrmann/fbs#169
  • Loading branch information
vipranarayan14 committed Feb 12, 2020
1 parent 9ebf283 commit 906ce35
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pywin32-ctypes = {version = "*",sys_platform = "== 'win32'"}
pypiwin32 = {version = "*",sys_platform = "== 'win32'"}
pywin32 = {version = "*",sys_platform = "== 'win32'"}
pyqt5 = "*"
pyinstaller = "==3.6"
pyinstaller = "==3.5"
fbs = "*"

[requires]
Expand Down
6 changes: 3 additions & 3 deletions Pipfile.lock

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

0 comments on commit 906ce35

Please sign in to comment.