From 2707380fa5a1c41f0b2a29c07871da8c4f05b605 Mon Sep 17 00:00:00 2001
From: roadscape <roadscape@users.noreply.github.com>
Date: Wed, 16 May 2018 12:31:31 -0500
Subject: [PATCH] update psycopg2 to psycopg2-binary

---
 Pipfile  | 2 +-
 setup.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Pipfile b/Pipfile
index 48d61f533..0eef591d6 100644
--- a/Pipfile
+++ b/Pipfile
@@ -14,7 +14,7 @@ prettytable = "*"
 jsonrpcserver = "*"
 aiohttp = "*"
 aiomysql = "*"
-"psycopg2" = "*"
+"psycopg2-binary" = "*"
 
 
 [dev-packages]
diff --git a/setup.py b/setup.py
index 418f61130..dc2256de5 100644
--- a/setup.py
+++ b/setup.py
@@ -31,7 +31,7 @@ setup(
         'maya',
         'ujson',
         'urllib3',
-        'psycopg2',
+        'psycopg2-binary',
         'aiocache',
         'configargparse',
         'pdoc',
-- 
GitLab