From 521a029bba5031ddb5dc544b136f4d38b5adeedd Mon Sep 17 00:00:00 2001 From: kshitijrajsharma Date: Tue, 3 Sep 2024 20:00:44 +0545 Subject: [PATCH] ci(psycopg2): loose requirement for psycopg2 to work on older python version --- backend/api-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/api-requirements.txt b/backend/api-requirements.txt index 380aa13b..05bcd97d 100644 --- a/backend/api-requirements.txt +++ b/backend/api-requirements.txt @@ -1,6 +1,6 @@ django==4.1.4 # gdal==3.6.2 -psycopg2==2.9.9 +psycopg2<=2.9.9 djangorestframework==3.14.0 djangorestframework-gis==1.0 dj-database-url==1.2.0