Add dateutil => python-dateutil to PYTHON_IMPORTS_REPLACEMENT (#2145)

This commit is contained in:
bgoosmanviz
2023-08-21 23:58:42 +02:00
committed by GitHub
parent 4809e5a8a2
commit 721614aceb
@@ -32,6 +32,7 @@ static PYTHON_IMPORTS_REPLACEMENT: phf::Map<&'static str, &'static str> = phf_ma
"smb" => "pysmb",
"PIL" => "Pillow",
"googleapiclient" => "google-api-python-client",
"dateutil" => "python-dateutil",
};
fn replace_import(x: String) -> String {