Upgrade psycopg2 and switch to psycopg2-binary

This commit is contained in:
Joe Banks
2025-09-25 20:49:56 +01:00
parent 68b28a6df2
commit 9f25fe7bf0
2 changed files with 361 additions and 229 deletions

View File

@@ -38,7 +38,7 @@ Pillow = "~=10.0.1"
premailer = "~=3.7.0"
progress = "~=1.5"
psutil = "~=5.8.0"
psycopg2 = "~=2.8.6"
psycopg2-binary = "*"
Pygments = "~=2.15.0"
pyparsing = "~=2.4.7"
PyPDF2 = "~=1.27.5"