Skip to content

Commit

Permalink
Pin PyInstaller to version 3.4
Browse files Browse the repository at this point in the history
Later versions cause problems.
  • Loading branch information
mherrmann committed Feb 21, 2020
1 parent c09a970 commit 84fe1bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def _get_package_data(pkg_dir, data_subdir):
'fbs/installer/mac', 'create-dmg'
)
},
install_requires=['PyInstaller>=3.3'],
install_requires=['PyInstaller==3.4'],
extras_require={
# Also update requirements.txt when you change this:
'licensing': ['rsa>=3.4.2'],
Expand Down

0 comments on commit 84fe1bc

Please sign in to comment.