We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c344733 commit 654bb56Copy full SHA for 654bb56
master/pyproject.toml
@@ -5,7 +5,7 @@ requires-python = ">=3.10"
5
dependencies = [
6
"buildbot-www",
7
"buildbot~=4.0",
8
- "psycopg2", # PostgreSQL database driver
+ "psycopg2-binary~=2.9", # PostgreSQL database driver
9
"treq>=25.5", # required by GitHubStatusPush
10
"twisted>=23.10",
11
]
0 commit comments