From cbe8e980ce7bb11c29a5eb87a67799c1d0dfac8a Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 22 Nov 2023 21:31:26 +0100 Subject: 🚀 Debian package: python-django-ishtar - add new dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- debian/control | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/debian/control b/debian/control index 1d81fe2ab..cb379d805 100644 --- a/debian/control +++ b/debian/control @@ -15,12 +15,16 @@ Depends: ${misc:Depends}, ${python3:Depends}, python3-argon2, python3-bs4, + python3-bleach, python3-cairosvg, python3-distutils, python3-gdal, python3-lxml, python3-markdown, python3-memcache, + python3-num2words, + python3-odf, + python3-pandas, python3-psycopg2, python3-pil, python3-png, @@ -31,6 +35,7 @@ Depends: ${misc:Depends}, python3-xmltodict, python3-fiona, python3-pyproj, + python3-xlrd, python3-django-simple-history, python3-secretary, python3-django (>= 2:2.2.24), -- cgit v1.2.3