Skip to content

Commit 2387f23

Browse files
committed
📝 add current spec file
1 parent c8eac52 commit 2387f23

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

executables/vuegen.spec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ tmp_ret = collect_all('pyvis')
88
datas += tmp_ret[0]; binaries += tmp_ret[1]; hiddenimports += tmp_ret[2]
99
tmp_ret = collect_all('streamlit')
1010
datas += tmp_ret[0]; binaries += tmp_ret[1]; hiddenimports += tmp_ret[2]
11+
tmp_ret = collect_all('st_aggrid')
12+
datas += tmp_ret[0]; binaries += tmp_ret[1]; hiddenimports += tmp_ret[2]
1113

1214

1315
a = Analysis(

0 commit comments

Comments
 (0)