Skip to content

Commit

Permalink
Merge pull request #248 from RockefellerArchiveCenter/development
Browse files Browse the repository at this point in the history
Use `psycopg2` package instead of `psycopg2-binary`
  • Loading branch information
helrond authored Feb 16, 2023
2 parents 2008364 + 7a599a3 commit 930b01d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ djangorestframework~=3.13
elasticsearch~=7.17
elasticsearch-dsl~=7.4
jsonschema~=4.7
psycopg2-binary~=2.9
psycopg2~=2.9
PyYAML~=6.0
rac-schemas~=0.30
rac_es~=1.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jsonschema==4.17.3
# rac-schemas
packaging==23.0
# via django-nine
psycopg2-binary==2.9.5
psycopg2==2.9.5
# via -r requirements.in
pyrsistent==0.19.3
# via jsonschema
Expand Down

0 comments on commit 930b01d

Please sign in to comment.