From 15f1960ab43be6e59013108b4dd9b7471d5a366e Mon Sep 17 00:00:00 2001 From: David Beltra Date: Tue, 19 Feb 2019 15:49:11 +0100 Subject: [PATCH] add postgres to requirements --- requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements.txt b/requirements.txt index 4e55c2d..0c6d1d2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,3 +27,5 @@ tzlocal==1.5.1 urllib3==1.24.1 webencodings==0.5.1 wrapt==1.11.1 +psycopg2==2.7.6.1 +