Skip to content
Snippets Groups Projects
Commit 3794947a authored by Holger's avatar Holger
Browse files

fix typo

parent 11cf5dd4
No related branches found
Tags 0.20.9
No related merge requests found
......@@ -25,7 +25,7 @@ a = Analysis(['beem/cli.py'],
pathex=['beem'],
binaries=binaries,
datas=analysis_data,
hiddenimports=['scrypt', '_scrypt', 'websocket', 'pylibscrypt', 'cffi', 'cryptography.hazmat.backends.openssl', 'cryptography']],
hiddenimports=['scrypt', '_scrypt', 'websocket', 'pylibscrypt', 'cffi', 'cryptography.hazmat.backends.openssl', 'cryptography'],
hookspath=[],
runtime_hooks=[],
excludes=['matplotlib', 'scipy', 'pandas', 'numpy', 'PyQt5', 'tkinter'],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment