Skip to content

Commit

Permalink
Change psycopg2 to psycopg2-binary
Browse files Browse the repository at this point in the history
  • Loading branch information
tudoramariei committed May 25, 2024
1 parent 332203d commit ca1a201
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions backend/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ black==24.4.2
# via -r requirements-dev.in
blessed==1.20.0
# via -r requirements.txt
boto3==1.34.112
boto3==1.34.113
# via -r requirements.txt
botocore==1.34.112
botocore==1.34.113
# via
# -r requirements.txt
# boto3
Expand Down Expand Up @@ -171,7 +171,7 @@ prompt-toolkit==3.0.43
# via ipython
psutil==5.9.8
# via -r requirements.txt
psycopg2==2.9.9
psycopg2-binary==2.9.9
# via -r requirements.txt
ptyprocess==0.7.0
# via pexpect
Expand Down
2 changes: 1 addition & 1 deletion backend/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ brotlipy~=0.7.0
requests~=2.32.2

# database
psycopg2~=2.9.9
psycopg2-binary~=2.9.9

# prod packages
gunicorn~=22.0.0
Expand Down
6 changes: 3 additions & 3 deletions backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ asgiref==3.8.1
# via django
blessed==1.20.0
# via -r requirements.in
boto3==1.34.112
boto3==1.34.113
# via -r requirements.in
botocore==1.34.112
botocore==1.34.113
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -96,7 +96,7 @@ pillow==10.3.0
# django-avatar
psutil==5.9.8
# via -r requirements.in
psycopg2==2.9.9
psycopg2-binary==2.9.9
# via -r requirements.in
pycparser==2.22
# via cffi
Expand Down

0 comments on commit ca1a201

Please sign in to comment.