summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Young <YoungEricR@JohnDeere.com>2022-09-01 11:55:44 -0500
committerEric Young <YoungEricR@JohnDeere.com>2022-09-01 11:55:44 -0500
commit647dd44ac6bb70e77c358e627e6fa172ef505938 (patch)
tree2ddbb2344d1345cc4ed6410c5f7e81a5bb4d1573
parent79df61f674ddb1606c8445ba239eb03a769a4ad4 (diff)
reformat of setup.py
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
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")