Merge pull request #3884 from jaborsh/pr-3802

postgresql: Formally support postgresql
This commit is contained in:
Griatch
2026-04-11 11:23:20 +02:00
committed by GitHub
5 changed files with 9 additions and 15 deletions

View File

@ -117,6 +117,9 @@ extra = [
# Git contrib
"gitpython >= 3.1.27",
# PostgreSQL support
"psycopg[binary] >= 3.1.12",
]
[project.urls]