From 647dd44ac6bb70e77c358e627e6fa172ef505938 Mon Sep 17 00:00:00 2001 From: Eric Young Date: Thu, 1 Sep 2022 11:55:44 -0500 Subject: reformat of setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bd49221d..dbee0a6b 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ install_requirements = [ # so we'll only install it if we're not in Windows. if platform.system() != "Windows" and not platform.system().startswith("CYGWIN"): install_requirements.append("setproctitle >= 1.1.9") - + # Windows will require the binary psycopg to run pgcli if platform.system() == "Windows": install_requirements.append("psycopg-binary >= 3.0.14") -- cgit v1.2.3