mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 12:56:30 +00:00
complete requirements.txt list
fix build.cmd
This commit is contained in:
@@ -2,10 +2,11 @@ pyinstaller --onefile ^
|
||||
--collect-all jwt ^
|
||||
--collect-all requests ^
|
||||
--collect-all psutil ^
|
||||
--collect-all cryptography ^
|
||||
--collect-all msgpack ^
|
||||
--collect-all expecttest ^
|
||||
--collect-all zmq ^
|
||||
--collect-all cryptography ^
|
||||
--collect-all cv2 ^
|
||||
--collect-all onnxruntime ^
|
||||
--hidden-import user ^
|
||||
--hidden-import security ^
|
||||
--hidden-import secure_model ^
|
||||
@@ -17,6 +18,4 @@ pyinstaller --onefile ^
|
||||
--hidden-import ai_config ^
|
||||
--hidden-import inference ^
|
||||
--hidden-import remote_command_handler ^
|
||||
--hidden-import cv2 ^
|
||||
--hidden-import onnxruntime ^
|
||||
start.py
|
||||
Reference in New Issue
Block a user