1
0
Fork 0

fixing syntax error

This commit is contained in:
ERYoung11 2024-02-04 15:47:07 -06:00
parent 2fc2a9ab42
commit 14d3ec5d63
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ install_requirements = [
# We still need to use pt-2 unless pt-3 released on Fedora32
# see: https://github.com/dbcli/pgcli/pull/1197
"prompt_toolkit>=2.0.6,<4.0.0",
"psycopg >= 3.0.14; sys_platform != 'win32'"
"psycopg >= 3.0.14; sys_platform != 'win32'",
"psycopg-binary >= 3.0.14; sys_platform == 'win32'",
"sqlparse >=0.3.0,<0.5",
"configobj >= 5.0.6",