From 74278c36d9029efef16a3e90093b27524fccf861 Mon Sep 17 00:00:00 2001 From: Julian Dehm Date: Tue, 10 May 2022 10:29:58 +0200 Subject: [PATCH] replace psycopg2-binary with psycopg2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a6ef4609..a0b63e94 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ django-cors-headers==3.11.0 django-filter==21.1 djangorestframework-gis==0.18 djangorestframework==3.13.1 -psycopg2-binary==2.8.6 # pyup: <2.9 +psycopg2==2.9.3 python-dateutil==2.8.2 rcssmin==1.1.0 rjsmin==1.2.0