From f4d5d9ecd6faa5b01319955f494e93d23a601e09 Mon Sep 17 00:00:00 2001
From: Falco Weichselbaum <f.weichselbaum@fz-juelich.de>
Date: Fri, 29 Oct 2021 16:27:50 +0200
Subject: [PATCH] deactivated psycopg2==2.8.5 (now unversioned in
 requirements.txt)

---
 requirements.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index 6da10111..0a35233e 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -105,7 +105,6 @@ prompt-toolkit==3.0.5
 protobuf==3.17.3
 prov==1.5.3
 psutil==5.7.2
-psycopg2==2.8.5
 ptyprocess==0.6.0
 py==1.9.0
 pyasn1==0.4.8
@@ -177,3 +176,5 @@ wheel==0.35.0
 wrapt==1.12.1
 xarray==0.16.0
 XlsxWriter==1.2.9
+
+psycopg2
\ No newline at end of file
-- 
GitLab