Chore(deps): Use psycopg as recommended (#6811)

This commit is contained in:
Trenton H
2024-05-23 13:09:05 -07:00
committed by GitHub
parent 02ebcd29ee
commit 2b85e812f8
4 changed files with 32 additions and 25 deletions

View File

@@ -37,7 +37,7 @@ nltk = "*"
ocrmypdf = "~=15.4"
pathvalidate = "*"
pdf2image = "*"
psycopg2 = "*"
psycopg = {version = "*", extras = ["c"]}
python-dateutil = "*"
python-dotenv = "*"
python-gnupg = "*"