Skip to content

Commit

Permalink
Use psycopg2-binary exclusivly #566
Browse files Browse the repository at this point in the history
    * This is for testing builds where compiling the dependency isn't possible

Signed-off-by: Jono Yang <jyang@nexb.com>
  • Loading branch information
JonoYang committed Jan 18, 2023
1 parent 7b37e44 commit 5429aca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ install_requires =
django-filter==22.1
djangorestframework==3.14.0
# Database
psycopg2==2.9.3; sys_platform == "linux"
psycopg2-binary==2.9.3; sys_platform != "linux"
psycopg2-binary==2.9.3
# wait_for_database Django management command
django_probes==1.7.0
# Task queue
Expand Down

0 comments on commit 5429aca

Please sign in to comment.