add opensearchpy to lib.rs mapping

This commit is contained in:
Ruben Fiszel
2024-05-27 16:41:30 +02:00
committed by GitHub
parent ecc8466b88
commit adcf37d313
@@ -54,6 +54,8 @@ static PYTHON_IMPORTS_REPLACEMENT: phf::Map<&'static str, &'static str> = phf_ma
"haystack" => "haystack-ai",
"github" => "PyGithub",
"ldap" => "python-ldap",
"opensearchpy" => "opensearch-py",
};
fn replace_import(x: String) -> String {