Skip to content

Commit

Permalink
add fbs dependency pkg 'pefile'.
Browse files Browse the repository at this point in the history
  • Loading branch information
vipranarayan14 committed Feb 12, 2020
1 parent 6a1bb6a commit 175b8f5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 31 deletions.
3 changes: 1 addition & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ autopep8 = "*"
[packages]
pillow = "*"
pywin32-ctypes = {version = "*",sys_platform = "== 'win32'"}
pypiwin32 = {version = "*",sys_platform = "== 'win32'"}
pywin32 = {version = "*",sys_platform = "== 'win32'"}
pefile = {version = "*",sys_platform = "== 'win32'"}
pyqt5 = "*"
pyinstaller = "==3.5"
fbs = "*"
Expand Down
44 changes: 15 additions & 29 deletions Pipfile.lock

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

0 comments on commit 175b8f5

Please sign in to comment.