Skip to content

Commit

Permalink
Merge branch 'master' of github.com:codaone/dexbot
Browse files Browse the repository at this point in the history
  • Loading branch information
Juhani Haapala committed Apr 20, 2018
2 parents 94a7276 + cac8b38 commit 2ba9691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui.spec
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 2ba9691

Please sign in to comment.