From 019616fa8aaa0075aefd59af531fb15e368de19f Mon Sep 17 00:00:00 2001 From: bakatrouble Date: Fri, 12 Mar 2021 00:42:21 +0300 Subject: [PATCH] add psycopg2 --- Pipfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Pipfile b/Pipfile index 1e52e30..5a4bf41 100644 --- a/Pipfile +++ b/Pipfile @@ -32,6 +32,7 @@ json-rpc = "*" humanize = "*" jsonfield2 = "*" tgcrypto = "*" +psycopg2-binary = "*" [dev-packages]