23 lines
471 B
JSON
23 lines
471 B
JSON
{
|
|
"name": "Thrift完整流程工具",
|
|
"script": "integrated_pipeline.py",
|
|
"icon": null,
|
|
"output_dir": "../../IntegratedToolEXE",
|
|
"onefile": true,
|
|
"console": false,
|
|
"add_data": [],
|
|
"hidden_imports": [
|
|
"openpyxl",
|
|
"thrift",
|
|
"thrift.protocol",
|
|
"thrift.protocol.TBinaryProtocol",
|
|
"thrift.transport",
|
|
"thrift.transport.TTransport",
|
|
"thrift.Thrift"
|
|
],
|
|
"additional_options": [
|
|
"--noconsole",
|
|
"--name=ThriftPipeline"
|
|
]
|
|
}
|