From 83b26f4a93444b06cf8b2142477578fde06e1f21 Mon Sep 17 00:00:00 2001 From: Leo Hemsted Date: Thu, 15 Feb 2018 14:20:25 +0000 Subject: [PATCH] use psycopg2-binary to supress warnings --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 454d46f6b..63e135949 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ jsonschema==2.6.0 marshmallow-sqlalchemy==0.13.2 marshmallow==2.15.0 monotonic==1.4 -psycopg2==2.7.4 +psycopg2-binary==2.7.4 PyJWT==1.5.3 SQLAlchemy-Utils==0.32.21 SQLAlchemy==1.2.2