Changes the Postgres backend to the newer, recommended library

This commit is contained in:
Trenton Holmes
2024-05-19 09:30:38 -07:00
committed by Trenton H
parent 02ebcd29ee
commit cd0d9acee8
3 changed files with 24 additions and 23 deletions

View File

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