add PIL => Pillow

This commit is contained in:
Ruben Fiszel
2023-06-07 10:04:26 +02:00
committed by GitHub
parent 19bd32c792
commit 46055af093
@@ -31,6 +31,7 @@ static PYTHON_IMPORTS_REPLACEMENT: phf::Map<&'static str, &'static str> = phf_ma
"openbb-terminal" => "openbb[all]",
"riskfolio" => "riskfolio-lib",
"smb" => "pysmb",
"PIL" => "Pillow",
};
fn replace_import(x: String) -> String {