add docx => python-docx python exception

This commit is contained in:
Ruben Fiszel
2025-02-10 14:45:29 +01:00
parent 3e72b49838
commit 385b183c81
@@ -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 {