Migrate from psycopg2 to psycopg3 to fix SIGSEGV crashes

This commit is contained in:
Peter Stockings
2026-02-27 12:06:38 +11:00
parent 89d0a7fb12
commit b0b42c0d77
3 changed files with 13 additions and 15 deletions

View File

@@ -1,9 +1,9 @@
Flask>=3.0.0
gunicorn>=21.2.0
gevent>=23.9.1
Jinja2>=3.1.0
jinja-partials==0.1.1
psycopg2-binary>=2.9.9
psycopg[binary]>=3.0.0
psycopg_pool>=3.2.0
flask-htmx>=0.4.0
python-dateutil==2.8.2
minify-html==0.10.3