Skip to content

Commit

Permalink
Merge pull request #112 from cfpb/feature/postgres-deps
Browse files Browse the repository at this point in the history
Add dependencies for connecting to PostgreSQL
  • Loading branch information
chosak authored Oct 8, 2024
2 parents bbdf89c + d0c8fd3 commit 2e4481e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ RUN set -eux; \
\
# Needed at runtime.
apk add --no-cache \
libpq \
libxslt \
libxml2 \
; \
Expand Down
1 change: 1 addition & 0 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ django-filter==24.3
django-modelcluster==6.3
djangorestframework==3.15.2
djangorestframework-csv==3.0.0
psycopg2-binary==2.9.9
whitenoise==6.7.0

# Ensure libxml2 is loaded dynamically; see
Expand Down

0 comments on commit 2e4481e

Please sign in to comment.