From f63dffafffb69242f660c09c0070417b02cc7b78 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Herv=C3=A9=20=20MENAGER?= <herve.menager@pasteur.fr>
Date: Mon, 4 Oct 2021 11:22:30 +0200
Subject: [PATCH] Update requirements-core.txt

---
 ippisite/requirements-core.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ippisite/requirements-core.txt b/ippisite/requirements-core.txt
index 584aac22..55193bd4 100644
--- a/ippisite/requirements-core.txt
+++ b/ippisite/requirements-core.txt
@@ -25,7 +25,7 @@ scipy==1.5.2
 matplotlib==2.2.3 #Matplotlib 3.0+ does not support Python 2.x, 3.0, 3.1, 3.2, 3.3, or 3.4.
 seaborn
 # postgres driver
-psycopg2-binary
+psycopg2-binary==2.8 #>=2.9 is not supported by django 2.2 https://github.com/psycopg/psycopg2/issues/1293
 git+https://gitlab.pasteur.fr/hmenager/django-diu.git#egg=django_diu
 # openbabel is not installed from pip for now
 #openbabel
-- 
GitLab