postgresql: Update docs, add optional dependency, fix bug, remove dead code

This commit is contained in:
Jake
2026-03-04 22:45:03 -08:00
parent 3761a7cb21
commit c6d042cf0a
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]