Skip to content

Commit

Permalink
Add streamlit.runtime.scriptrunner.magic_funcs as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
zealsprince committed Jul 18, 2024
1 parent 5314fcf commit 77a4bef
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -162,3 +162,5 @@ cython_debug/
#.idea/

models/

dist-*
1 change: 1 addition & 0 deletions run.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import sys

import streamlit.web.cli as stcli
import streamlit.runtime.scriptrunner.magic_funcs

# Import dependencies here to make sure they're included in the build
import streamlit
Expand Down
2 changes: 1 addition & 1 deletion system/build-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ cxfreeze -c run.py --target-dir $1

cp app.py $1/

cp -r system/resources/* $1/
cp -r system/resources/.* $1/

0 comments on commit 77a4bef

Please sign in to comment.