Added serpapi import handling (#7871)

Added the handling for serpapi import. The name of the Python library to be installed is google-search-results.

Source: https://pypi.org/project/google-search-results/
This commit is contained in:
Luigi
2026-02-10 10:59:35 +01:00
committed by GitHub
parent 682264cd8e
commit cfc24317f2
@@ -381,5 +381,6 @@ pub static SHORT_IMPORTS_MAP: PyMap = phf_map! {
"docx" => "python-docx",
"vt" => "vt-py",
"grpc" => "grpcio",
"serpapi" => "google-search-results",
// Add new entry here ^
};