From a99ed85f21f95f0192872e87efa113aab5626d28 Mon Sep 17 00:00:00 2001 From: Robin Sonnabend <robin@fsmpi.rwth-aachen.de> Date: Sat, 17 Feb 2018 18:34:53 +0100 Subject: [PATCH] Update psycopg2 for postgresql version --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0451180..4e97f48 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32,7 +32,7 @@ MarkupSafe==0.23 nose==1.3.7 packaging==16.8 pathtools==0.1.2 -psycopg2==2.6.2 +psycopg2==2.7.4 pyasn1==0.2.3 Pygments==2.2.0 pyldap==2.4.28 -- GitLab