py imports replacement mailparser and mailparser_reply (#2146)

This commit is contained in:
bgoosmanviz
2023-08-21 18:44:54 -04:00
committed by GitHub
parent fbc62e8ca5
commit 40712fc76b
@@ -33,6 +33,8 @@ static PYTHON_IMPORTS_REPLACEMENT: phf::Map<&'static str, &'static str> = phf_ma
"PIL" => "Pillow",
"googleapiclient" => "google-api-python-client",
"dateutil" => "python-dateutil",
"mailparser" => "mail-parser",
"mailparser_reply" => "mail-parser-reply",
};
fn replace_import(x: String) -> String {