From 916790767b3c6bb306e39605e73df659e3075d13 Mon Sep 17 00:00:00 2001 From: Michael Kaye <1917473+michaelkaye@users.noreply.github.com> Date: Mon, 30 Sep 2019 17:08:51 +0100 Subject: [PATCH] Move to non-binary setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1ac4a0d..a7255c5 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( 'boto3>=1.9.23<2.0', 'botocore>=1.12.23<2.0', 'humanize>=0.5.1<0.6', - 'psycopg2-binary>=2.7.5<3.0', + 'psycopg2>=2.7.5<3.0', 'PyYAML>=3.13<4.0', 'tqdm>=4.26.0<5.0' ],