Skip to content

Commit

Permalink
setup: Add requirements 'pefile' and 'macholib'.
Browse files Browse the repository at this point in the history
  • Loading branch information
xoviat authored and htgoebel committed Aug 10, 2017
1 parent 8b4a52e commit 99b0590
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,11 @@
from PyInstaller import (__version__ as version, is_linux, is_win, is_cygwin,
HOMEPATH, PLATFORM, compat)


REQUIREMENTS = ['setuptools']
REQUIREMENTS = [
'setuptools',
'pefile >= 2017.8.1',
'macholib >= 1.8',
]
# For Windows install PyWin32 if not already installed.
if sys.platform.startswith('win'):
# Windows support depends on pefile library.
Expand Down

0 comments on commit 99b0590

Please sign in to comment.