pyinstaller package updated
This commit is contained in:
@@ -6,18 +6,22 @@ a = Analysis(
|
||||
'../../src/testium/main_win/resources'],
|
||||
binaries=[],
|
||||
datas=[('../../src/VERSION', '.'),
|
||||
('../../src/lua_func', 'lua_func'),
|
||||
('../../src/py_func', 'py_func'),
|
||||
('../../src/lib', 'lib')],
|
||||
('../../src/testium/lua_func', 'lua_func')],
|
||||
hiddenimports=["git",
|
||||
"interpreter",
|
||||
"main_win",
|
||||
"libs",
|
||||
"libs.console",
|
||||
"libs.termconsole",
|
||||
"libs.console_ssh",
|
||||
"libs.raw_tcp_console",
|
||||
"libs.runtime_plot",
|
||||
"runtime",
|
||||
"py_func",
|
||||
"py_func.tm",
|
||||
"py_func.handle",
|
||||
"py_func.func_call",
|
||||
"api",
|
||||
"api.console",
|
||||
"api.termconsole",
|
||||
"api.console_ssh",
|
||||
"api.raw_tcp_console",
|
||||
"api.runtime_plot",
|
||||
"api.testium",
|
||||
"matplotlib.backends.backend_pdf",
|
||||
"telnetlib3",
|
||||
"serial",
|
||||
|
||||
Reference in New Issue
Block a user