From 87ab2e82c1e43efbc87492e9a9ec901a33e563c0 Mon Sep 17 00:00:00 2001 From: Hendrik Huyskens Date: Thu, 6 Jun 2024 12:28:48 +0200 Subject: [PATCH] Fix psycopg in production --- requirements/production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/production.txt b/requirements/production.txt index eb61c38..e1685fb 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -3,7 +3,7 @@ -r base.txt gunicorn==22.0.0 # https://github.com/benoitc/gunicorn -psycopg2-binary==2.9.9 # https://github.com/psycopg/psycopg +psycopg[c]==3.1.18 # https://github.com/psycopg/psycopg sentry-sdk==2.1.1 # https://github.com/getsentry/sentry-python # Django