Merging upstream version 4.3.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
cc0be9576d
commit
7736adc9ff
10 changed files with 197 additions and 33 deletions
|
@ -34,12 +34,13 @@ dependencies = [
|
|||
"psycopg-binary >= 3.0.14; sys_platform == 'win32'",
|
||||
"sqlparse >=0.3.0,<0.6",
|
||||
"configobj >= 5.0.6",
|
||||
"cli_helpers[styles] >= 2.2.1",
|
||||
"cli_helpers[styles] >= 2.4.0",
|
||||
# setproctitle is used to mask the password when running `ps` in command line.
|
||||
# But this is not necessary in Windows since the password is never shown in the
|
||||
# task manager. Also setproctitle is a hard dependency to install in Windows,
|
||||
# so we'll only install it if we're not in Windows.
|
||||
"setproctitle >= 1.1.9; sys_platform != 'win32' and 'CYGWIN' not in sys_platform",
|
||||
"tzlocal >= 5.2",
|
||||
]
|
||||
dynamic = ["version"]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue