Update lib.rs (#2495)

This commit is contained in:
Bonnie White
2023-10-23 13:50:26 -07:00
committed by GitHub
parent 723059b0d5
commit edd93b5d44
@@ -41,6 +41,7 @@ static PYTHON_IMPORTS_REPLACEMENT: phf::Map<&'static str, &'static str> = phf_ma
"dns" => "dnspython",
"msoffcrypto" => "msoffcrypto-tool",
"tabula" => "tabula-py"
"shapefile" => "pyshp"
};