add psycopg3 to the list of support imports

This commit is contained in:
Ruben Fiszel
2023-01-13 07:54:05 +01:00
parent 2ee418b6bf
commit a85a964819
2 changed files with 2 additions and 0 deletions
@@ -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",
+1
View File
@@ -22,6 +22,7 @@ numpy = "*"
pyyaml = "*"
toml = "*"
psycopg2-binary = "*"
psycopg = "*"
awscli = "*"
python-dateutil = "*"
pytz = "*"