Skip to content
Snippets Groups Projects
Commit 4d9689f5 authored by Holger's avatar Holger
Browse files

Try to fix pyinstaller for windows

parent 4f029577
No related branches found
No related tags found
No related merge requests found
...@@ -47,7 +47,7 @@ install: ...@@ -47,7 +47,7 @@ install:
- cmd: conda config --add channels wheeler-microfluidics - cmd: conda config --add channels wheeler-microfluidics
- cmd: conda update -q conda - cmd: conda update -q conda
- cmd: conda info -a - cmd: conda info -a
- cmd: conda install --yes conda-build setuptools pip pytest-pylint parameterized cryptography - cmd: conda install --yes conda-build setuptools pip pytest-pylint parameterized cryptography secp256k1prp
- cmd: conda install --yes pycryptodomex scrypt pyyaml pytest pytest-mock coverage mock appdirs pylibscrypt - cmd: conda install --yes pycryptodomex scrypt pyyaml pytest pytest-mock coverage mock appdirs pylibscrypt
- cmd: conda install --yes ecdsa requests future websocket-client pytz six Click events prettytable pyinstaller - cmd: conda install --yes ecdsa requests future websocket-client pytz six Click events prettytable pyinstaller
......
...@@ -25,7 +25,7 @@ a = Analysis(['beem/cli.py'], ...@@ -25,7 +25,7 @@ a = Analysis(['beem/cli.py'],
pathex=['beem'], pathex=['beem'],
binaries=binaries, binaries=binaries,
datas=analysis_data, datas=analysis_data,
hiddenimports=['scrypt', '_scrypt', 'websocket', 'pylibscrypt', 'cffi', 'cryptography.hazmat.backends.openssl', 'cryptography.hazmat.bindings._openssl', 'cryptography'], hiddenimports=['scrypt', '_scrypt', 'websocket', 'pylibscrypt', 'cffi', 'secp256k1prp'],
hookspath=[], hookspath=[],
runtime_hooks=[], runtime_hooks=[],
excludes=['matplotlib', 'scipy', 'pandas', 'numpy', 'PyQt5', 'tkinter'], excludes=['matplotlib', 'scipy', 'pandas', 'numpy', 'PyQt5', 'tkinter'],
......
...@@ -26,7 +26,7 @@ a = Analysis(['beem/cli.py'], ...@@ -26,7 +26,7 @@ a = Analysis(['beem/cli.py'],
pathex=['beem'], pathex=['beem'],
binaries=binaries, binaries=binaries,
datas=analysis_data, datas=analysis_data,
hiddenimports=['scrypt', '_scrypt', 'websocket', 'pylibscrypt', 'cffi', 'cryptography.hazmat.backends.openssl', 'cryptography.hazmat.bindings._openssl', 'cryptography'], hiddenimports=['scrypt', '_scrypt', 'websocket', 'pylibscrypt', 'cffi', 'secp256k1prp'],
hookspath=[], hookspath=[],
runtime_hooks=[], runtime_hooks=[],
excludes=['matplotlib', 'scipy', 'pandas', 'numpy', 'PyQt5', 'tkinter'], 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