Skip to content

Commit

Permalink
Merge pull request #88 from juhanihaapala/fix-windwos-slowliness
Browse files Browse the repository at this point in the history
Add _scrypt module to hidden_imports
  • Loading branch information
juhanihaapala committed Apr 20, 2018
2 parents db1da5c + 05a2c79 commit cac8b38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui.spec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ hiddenimports_packaging = [
a = Analysis(['dexbot/gui.py'],
binaries=[],
datas=[],
hiddenimports=hiddenimports_packaging + hiddenimports_strategies,
hiddenimports=hiddenimports_packaging + hiddenimports_strategies + ['_scrypt'],
hookspath=['hooks'],
runtime_hooks=['hooks/rthook-Crypto.py'],
excludes=[],
Expand Down

0 comments on commit cac8b38

Please sign in to comment.