add bigquery to the list of python depenency exceptions (#5173)

This commit is contained in:
Arjun Dhawan
2025-01-30 13:12:34 +01:00
committed by GitHub
parent 9be8cb26aa
commit 61888326a8

View File

@@ -37,6 +37,7 @@ static PYTHON_IMPORTS_REPLACEMENT: phf::Map<&'static str, &'static str> = phf_ma
"smb" => "pysmb",
"PIL" => "Pillow",
"googleapiclient" => "google-api-python-client",
"googlecloudbigquery" => "google-cloud-bigquery",
"dateutil" => "python-dateutil",
"mailparser" => "mail-parser",
"mailparser-reply" => "mail-parser-reply",