Skip to content

Commit 1199ca5

Browse files
committed
Update psycopg to version 3
All compatible versions of Django already support this.
1 parent 5a81c23 commit 1199ca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ docs = [
5252
"dj_database_url",
5353
]
5454
postgres = [
55-
"psycopg2",
55+
"psycopg[binary]",
5656
]
5757
mysql = [
5858
"mysqlclient",

0 commit comments

Comments
 (0)