Skip to content

Commit

Permalink
Merge pull request #206 from bohning/fix-win-build
Browse files Browse the repository at this point in the history
Add pyinstaller dependency pywin32-ctypes
  • Loading branch information
RumovZ authored Jan 7, 2024
2 parents ca0e38d + af2ce98 commit 19fda5a
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 35 deletions.
3 changes: 2 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,14 @@ requests = "*"
unidecode = "*"
yt_dlp = "*"
wheel = "*"
send2trash = "*"
# build
pyinstaller = "*"
pyinstaller-hooks-contrib = "*"
# specifically required for pyinstaller (Note: darwin -> macos)
macholib = {version = "*", markers="sys_platform == 'darwin'"}
pywin32-ctypes = {version = "*", markers="sys_platform == 'windows'"}
altgraph = "*"
send2trash = "*"

[dev-packages]
tox = "*"
Expand Down
59 changes: 25 additions & 34 deletions Pipfile.lock

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

0 comments on commit 19fda5a

Please sign in to comment.