Skip to content

Commit

Permalink
prepare for pg16
Browse files Browse the repository at this point in the history
  • Loading branch information
mguikema committed Aug 6, 2024
1 parent 6b91329 commit 28673f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ RUN apt-get update && apt-get install -y \
libgeotiff-dev \
libwebp6 \
proj-bin \
libpq-dev \
git \
locales \
&& pip install --upgrade pip \
Expand Down
2 changes: 1 addition & 1 deletion app/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ django-filter==22.1
djangorestframework==3.13.1
drf-spectacular==0.26.0
uWSGI==2.0.22
psycopg2-binary==2.9.5
psycopg2>=2.9.5
django-webpack-loader==1.7.0
requests
debugpy
Expand Down

0 comments on commit 28673f3

Please sign in to comment.