mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-21 08:02:26 +00:00
add psycopg3 to the list of support imports
This commit is contained in:
@@ -174,6 +174,7 @@ fn constant_to_value(c: &Constant) -> serde_json::Value {
|
||||
|
||||
static PYTHON_IMPORTS_REPLACEMENT: phf::Map<&'static str, &'static str> = phf_map! {
|
||||
"psycopg2" => "psycopg2-binary",
|
||||
"psycopg" => "psycopg[binary]",
|
||||
"yaml" => "pyyaml",
|
||||
"git" => "GitPython",
|
||||
"u" => "requests",
|
||||
|
||||
@@ -22,6 +22,7 @@ numpy = "*"
|
||||
pyyaml = "*"
|
||||
toml = "*"
|
||||
psycopg2-binary = "*"
|
||||
psycopg = "*"
|
||||
awscli = "*"
|
||||
python-dateutil = "*"
|
||||
pytz = "*"
|
||||
|
||||
Reference in New Issue
Block a user