diff --git a/Pipfile b/Pipfile
index 48d61f533f55b81d870cce48d101731b2481ca39..0eef591d6e6cddc98f293f8c4d74dbae89df3fe4 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 418f61130480f757e2a2dc11bc685924af18918e..dc2256de5d12ed32ac969b7a58a924811b852c4d 100644
--- a/setup.py
+++ b/setup.py
@@ -31,7 +31,7 @@ setup(
         'maya',
         'ujson',
         'urllib3',
-        'psycopg2',
+        'psycopg2-binary',
         'aiocache',
         'configargparse',
         'pdoc',