We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fec88d commit 1ef899cCopy full SHA for 1ef899c
pyproject.toml
@@ -34,7 +34,7 @@ dependencies = [
34
"psycopg-binary >= 3.0.14; sys_platform == 'win32'",
35
"sqlparse >=0.3.0,<0.6",
36
"configobj >= 5.0.6",
37
- "cli_helpers[styles] >= 2.2.1",
+ "cli_helpers[styles] >= 2.4.0",
38
# setproctitle is used to mask the password when running `ps` in command line.
39
# But this is not necessary in Windows since the password is never shown in the
40
# task manager. Also setproctitle is a hard dependency to install in Windows,
0 commit comments