From c98dad82c87933916918470f4906600cd22635b8 Mon Sep 17 00:00:00 2001 From: Clint Plummer Date: Sun, 18 Dec 2022 15:37:52 -0600 Subject: [PATCH] Use psycopg2 binary for compat with beanstalk See https://github.com/academind/django-practical-guide-course-code/issues/2 --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index ca4c1c4..d4ba2b9 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -3,6 +3,6 @@ Django==4.1.3 django-cors-headers==3.13.0 django-environ==0.9.0 djangorestframework==3.14.0 -psycopg2==2.9.5 +psycopg2-binary==2.9.5 pytz==2022.6 sqlparse==0.4.3