Skip to content

Commit 654bb56

Browse files
committed
Fix psycopg2?
1 parent c344733 commit 654bb56

File tree

2 files changed

+61
-20
lines changed

2 files changed

+61
-20
lines changed

master/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ requires-python = ">=3.10"
55
dependencies = [
66
"buildbot-www",
77
"buildbot~=4.0",
8-
"psycopg2", # PostgreSQL database driver
8+
"psycopg2-binary~=2.9", # PostgreSQL database driver
99
"treq>=25.5", # required by GitHubStatusPush
1010
"twisted>=23.10",
1111
]

0 commit comments

Comments
 (0)