We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8eac52 commit 2387f23Copy full SHA for 2387f23
executables/vuegen.spec
@@ -8,6 +8,8 @@ tmp_ret = collect_all('pyvis')
8
datas += tmp_ret[0]; binaries += tmp_ret[1]; hiddenimports += tmp_ret[2]
9
tmp_ret = collect_all('streamlit')
10
11
+tmp_ret = collect_all('st_aggrid')
12
+datas += tmp_ret[0]; binaries += tmp_ret[1]; hiddenimports += tmp_ret[2]
13
14
15
a = Analysis(
0 commit comments