update resolver with tabular and msoffcrypto

This commit is contained in:
Ruben Fiszel
2023-10-13 00:43:32 +02:00
committed by GitHub
parent 79ec31296b
commit 9301cd7004
@@ -38,9 +38,12 @@ static PYTHON_IMPORTS_REPLACEMENT: phf::Map<&'static str, &'static str> = phf_ma
"gitlab" => "python-gitlab",
"smbclient" => "smbprotocol",
"playhouse" => "peewee",
"dns" => "dnspython"
"dns" => "dnspython",
"msoffcrypto" => "msoffcrypto-tool",
"tabula" => "tabula-py"
};
fn replace_import(x: String) -> String {
PYTHON_IMPORTS_REPLACEMENT
.get(&x)