1
0
Fork 0

reformat of setup.py

This commit is contained in:
Eric Young 2022-09-01 11:55:44 -05:00
parent 79df61f674
commit 647dd44ac6
1 changed files with 1 additions and 1 deletions

View File

@ -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")