add pymysql

This commit is contained in:
Ruben Fiszel
2024-04-17 22:31:07 +02:00
parent 685bd55e14
commit 6b98bb1f55
@@ -50,6 +50,7 @@ static PYTHON_IMPORTS_REPLACEMENT: phf::Map<&'static str, &'static str> = phf_ma
"mysql" => "mysql-connector-python",
"tenable" => "pytenable",
"ns1" => "ns1-python",
"pymsql" => "PyMySQL",
};
fn replace_import(x: String) -> String {