From 7c8a7d7040e08875923a24967fd10fb40f2b0b6a Mon Sep 17 00:00:00 2001 From: Adam Roderick <23650+aroder@users.noreply.github.com> Date: Thu, 1 Sep 2022 15:03:49 -0600 Subject: [PATCH] Use psycopg2-binary Meltano users cannot use this variant of tap-postgres, because it cannot build when installing --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9cb6c6e..60730e3 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ classifiers=['Programming Language :: Python :: 3 :: Only'], install_requires=[ 'singer-python==5.3.1', - 'psycopg2==2.7.4', + 'psycopg2-binary==2.7.4', 'strict-rfc3339==0.7', ], extras_require={