Skip to content

Commit

Permalink
use psycopg2 instead of psycopg
Browse files Browse the repository at this point in the history
  • Loading branch information
leehuwuj committed Apr 1, 2024
1 parent 80d11a1 commit 975e2df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helpers/python.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ const getAdditionalDependencies = (
extras: ["rsa"],
});
dependencies.push({
name: "psycopg",
version: "^3.1.18",
name: "psycopg2",
version: "^2.9.9",
});
break;
}
Expand Down

0 comments on commit 975e2df

Please sign in to comment.