Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
thorrak committed Oct 5, 2023
1 parent 27de1f3 commit de9fb50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compose/production/django/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements/docker-production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit de9fb50

Please sign in to comment.