From 5d85aaae0dd5fea9c55f77a71eb5f7443872c014 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20Gru=CC=88ndger?= Date: Thu, 3 Jan 2019 18:58:47 +0100 Subject: [PATCH] Replace psycopg2 with psycopg2-binary --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9f42344..7d48885 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ setup( 'geoalchemy2==0.5.0', 'shapely>=1.5.17,<1.6', 'ogn-client==0.9.1', - 'psycopg2==2.7.5', + 'psycopg2-binary==2.7.6.1', 'mgrs==1.3.5', 'xmlunittest==0.5.0', 'tqdm==4.28.1'