summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/control16
1 files changed, 8 insertions, 8 deletions
diff --git a/debian/control b/debian/control
index 05a6760..5593f82 100644
--- a/debian/control
+++ b/debian/control
@@ -10,21 +10,21 @@ Build-Depends: debhelper-compat (= 13),
dh-python,
python3,
python3-pgspecial (>= 1.9.0),
- python3-setuptools (>= 0.6b3)
+ python3-setuptools
Standards-Version: 4.5.1
Testsuite: autopkgtest-pkg-python
Package: pgcli
Architecture: all
-Depends: python3-click (>= 4.1),
- python3-configobj (>= 5.0.6),
- python3-pendulum (>= 2.1.0),
- python3-pkg-resources (>= 40),
+Depends: python3-click,
+ python3-configobj,
+ python3-pendulum,
+ python3-pkg-resources,
python3-prompt-toolkit (>= 3.0),
python3-psycopg2 (>= 2.8),
- python3-pygments (>= 2.0),
- python3-sqlparse (>= 0.3.0),
- python3-tabulate (>= 0.8.2),
+ python3-pygments,
+ python3-sqlparse (>= 0.3),
+ python3-tabulate,
python3-terminaltables,
${misc:Depends},
${python3:Depends}