From 385b183c81b8a06fc23cc2ae9d4d174b49ed2c43 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Mon, 10 Feb 2025 14:45:29 +0100 Subject: [PATCH] add docx => python-docx python exception --- backend/parsers/windmill-parser-py-imports/src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/parsers/windmill-parser-py-imports/src/lib.rs b/backend/parsers/windmill-parser-py-imports/src/lib.rs index 58f857ef08..99b3b37cf5 100644 --- a/backend/parsers/windmill-parser-py-imports/src/lib.rs +++ b/backend/parsers/windmill-parser-py-imports/src/lib.rs @@ -65,6 +65,7 @@ static PYTHON_IMPORTS_REPLACEMENT: phf::Map<&'static str, &'static str> = phf_ma "pythonjsonlogger" => "python-json-logger", "socks" => "PySocks", "taiga" => "python-taiga", + "docx" => "python-docx", }; fn replace_import(x: String) -> String {