From efc571b5d19a046ca7def41fa244db288adeea96 Mon Sep 17 00:00:00 2001 From: Michael Christopher Manullang <manullang.c@gmail.com> Date: Fri, 9 Oct 2020 00:55:20 +0700 Subject: [PATCH] Add psycopg2-binary to requirements --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index bf340e0..0fd2ee1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -51,6 +51,7 @@ pluggy==0.13.1 pre-commit==2.3.0 protobuf==3.11.3 psycopg2==2.8.4 +psycopg2-binary==2.8.6 py==1.8.1 pyasn1==0.4.8 pyasn1-modules==0.2.8 -- GitLab