From aa5d97f49b1c879e48573e06b99f3d362bf18b03 Mon Sep 17 00:00:00 2001 From: pincushionman Date: Fri, 26 Jan 2018 12:38:30 -0600 Subject: [PATCH] Update setup.py (#1055) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cfc0eee6..e353d43f 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ install_requires = [ 'SQLAlchemy-Utils==0.32.21', 'requests==2.11.1', 'ndg-httpsclient==0.4.2', - 'psycopg2==2.7.3', + 'psycopg2==2.7.3.2', 'arrow==0.12.0', 'six==1.11.0', 'marshmallow-sqlalchemy==0.13.1',