diff --git a/build_exe.py b/build_exe.py index 6d96c45..99974b3 100644 --- a/build_exe.py +++ b/build_exe.py @@ -57,6 +57,7 @@ hidden_imports = [ 'xlwt', 'xlutils', 'requests', + 'dotenv', 'configparser', 'threading', 'datetime', @@ -68,7 +69,12 @@ hidden_imports = [ 'app.services.ocr_service', 'app.services.order_service', 'app.services.tobacco_service', + 'app.services.processor_service', 'app.core.utils.dialog_utils', + 'app.core.utils.file_utils', + 'app.core.utils.log_utils', + 'app.core.utils.string_utils', + 'app.core.handlers.column_mapper', 'app.core.excel.converter', 'app.core.db.product_db', 'app.ui.error_utils',