diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-09-25 07:58:05 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-09-25 07:58:05 +0000 |
commit | 2ad8a8a331ca2fdaefa6c48f508c6fcc8e8fecbb (patch) | |
tree | f69703b4ac97862c71e8986a4648641e4e6547a3 | |
parent | Releasing debian version 1.26.1-1. (diff) | |
download | mycli-2ad8a8a331ca2fdaefa6c48f508c6fcc8e8fecbb.tar.xz mycli-2ad8a8a331ca2fdaefa6c48f508c6fcc8e8fecbb.zip |
Adding manual depends to sqlglot.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 93f35a8..a32d250 100644 --- a/debian/control +++ b/debian/control @@ -22,6 +22,7 @@ Depends: python3-cli-helpers, python3-pkg-resources, python3-prompt-toolkit (>= 2.0), + python3-sqlglot, python3-sqlparse (>= 0.4), python3-tabulate, python3-terminaltables, |