From de9fb509faaed2fe30366cf15ff0f3688729be75 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 5 Oct 2023 12:50:23 -0400 Subject: [PATCH] Update requirements --- compose/production/django/Dockerfile | 2 +- requirements/docker-production.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compose/production/django/Dockerfile b/compose/production/django/Dockerfile index 2058afeb..808e10c0 100644 --- a/compose/production/django/Dockerfile +++ b/compose/production/django/Dockerfile @@ -7,7 +7,7 @@ RUN apt-get update \ # dependencies for building Python packages && apt-get install -y build-essential \ # psycopg2 dependencies - && apt-get install -y libpq-dev \ + && apt-get install -y libpq5 \ # Translations dependencies && apt-get install -y gettext \ # Pillow dependencies diff --git a/requirements/docker-production.txt b/requirements/docker-production.txt index c1cc3f69..e182bdb6 100644 --- a/requirements/docker-production.txt +++ b/requirements/docker-production.txt @@ -7,7 +7,7 @@ gunicorn==20.1.0 # https://github.com/benoitc/gunicorn # ------------------------------------------------------------------------------ #django-anymail[mailgun]==8.1 # https://github.com/anymail/django-anymail -psycopg2==2.9.6 # https://github.com/psycopg/psycopg2 +psycopg2-binary==2.9.6 # https://github.com/psycopg/psycopg2 numpy==1.22.3 # These are custom wheels on RPis (wheels.fermentrack.com) scipy==1.8.0 # These are custom wheels on RPis (wheels.fermentrack.com)