1
0
Fork 0
pgcli/debian/control
Daniel Baumann e74d9c4890
Updating psycopg depends (Closes: #1021367).
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-09 20:02:00 +01:00

35 lines
1 KiB
Text

Source: pgcli
Section: database
Priority: optional
Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
Uploaders:
Lennart Weller <lhw@ring0.de>,
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
python3,
python3-setuptools,
python3-sqlparse (>= 0.3),
Rules-Requires-Root: no
Standards-Version: 4.6.1
Homepage: https://www.pgcli.com
Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/pgcli
Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/pgcli
Package: pgcli
Section: database
Architecture: all
Depends:
python3-cli-helpers,
python3-pendulum,
python3-pkg-resources,
python3-prompt-toolkit (>= 3.0),
python3-psycopg3 (>= 3.0.14),
python3-sqlparse (>= 0.3),
python3-tabulate,
python3-terminaltables,
${misc:Depends},
${python3:Depends},
Description: CLI for PostgreSQL with auto-completion and syntax highlighting
pgcli is a command line interface for PostgreSQL with auto-completion and
syntax highlighting. It is also capable of pretty printing tabular data.