Skip to content

Commit

Permalink
fix peptdeep.spec
Browse files Browse the repository at this point in the history
  • Loading branch information
mschwoer committed Dec 6, 2024
1 parent a3f1a23 commit 04b5e96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions release/pyinstaller/peptdeep.spec
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ datas, binaries, hidden_imports = PyInstaller.utils.hooks.collect_all(
include_py_files=True
)

alpha_x = ['alphabase', 'alpharaw']
for alpha_package in alpha_x:
additional_pkgs = ['alphabase', 'alpharaw', "streamlit"]
for pkg in additional_pkgs:
_datas, _binaries, _hidden_imports = PyInstaller.utils.hooks.collect_all(
alpha_package,
pkg,
include_py_files=True
)
datas+=_datas
Expand Down

0 comments on commit 04b5e96

Please sign in to comment.