From 0207bdf22b448798d5c68cf3a2edff926ff03db4 Mon Sep 17 00:00:00 2001 From: Aarni Halinen Date: Thu, 31 May 2018 17:26:49 +0300 Subject: [PATCH] Upgrade psycopg2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bf70437..9e8ba82 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ djangorestframework==3.5.3 coverage==4.3.4 django-nose==1.4.4 nose-exclude==0.5.0 -psycopg2==2.7.1 +psycopg2==2.7.3.1 django-bootstrap3==8.2.3 django-tables2==1.6.1 pycodestyle==2.3.1