Skip to content

Commit 51b1383

Browse files
pombredanneTG1999
authored andcommitted
Use psycopg2-binary for consistency
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent 5a638f7 commit 51b1383

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ decorator==5.1.1
2121
defusedxml==0.7.1
2222
distro==1.7.0
2323
Django==4.0.7
24+
django-crispy-forms==1.10.0
2425
django-environ==0.8.1
2526
django-filter==21.1
2627
django-widget-tweaks==1.4.12
@@ -65,7 +66,7 @@ platformdirs==2.5.1
6566
pluggy==1.0.0
6667
pprintpp==0.4.0
6768
prompt-toolkit==3.0.29
68-
psycopg2==2.9.3
69+
psycopg2-binary==2.9.3
6970
ptyprocess==0.7.0
7071
pure-eval==0.2.2
7172
py==1.11.0

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ zip_safe = false
5656

5757
install_requires =
5858
Django>=4.0.0
59-
psycopg2>=2.8.6
59+
psycopg2-binary>=2.8.6
6060
djangorestframework>=3.12.4
6161
django-filter>=2.4.0
6262
django-widget-tweaks>=1.4.8

0 commit comments

Comments
 (0)