mirror of
https://github.com/azaion/annotations.git
synced 2026-04-23 05:46:31 +00:00
0f13ba384e
fix build.cmd
21 lines
553 B
Batchfile
21 lines
553 B
Batchfile
pyinstaller --onefile ^
|
|
--collect-all jwt ^
|
|
--collect-all requests ^
|
|
--collect-all psutil ^
|
|
--collect-all msgpack ^
|
|
--collect-all zmq ^
|
|
--collect-all cryptography ^
|
|
--collect-all cv2 ^
|
|
--collect-all onnxruntime ^
|
|
--hidden-import user ^
|
|
--hidden-import security ^
|
|
--hidden-import secure_model ^
|
|
--hidden-import api_client ^
|
|
--hidden-import hardware_service ^
|
|
--hidden-import constants ^
|
|
--hidden-import annotation ^
|
|
--hidden-import remote_command ^
|
|
--hidden-import ai_config ^
|
|
--hidden-import inference ^
|
|
--hidden-import remote_command_handler ^
|
|
start.py |