mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-25 08:00:59 +00:00
fix: add shapefile to python remapping
This commit is contained in:
@@ -40,11 +40,10 @@ static PYTHON_IMPORTS_REPLACEMENT: phf::Map<&'static str, &'static str> = phf_ma
|
||||
"playhouse" => "peewee",
|
||||
"dns" => "dnspython",
|
||||
"msoffcrypto" => "msoffcrypto-tool",
|
||||
"tabula" => "tabula-py"
|
||||
"tabula" => "tabula-py",
|
||||
"shapefile" => "pyshp"
|
||||
};
|
||||
|
||||
|
||||
fn replace_import(x: String) -> String {
|
||||
PYTHON_IMPORTS_REPLACEMENT
|
||||
.get(&x)
|
||||
|
||||
Reference in New Issue
Block a user