From a88db00e049c2e2c1f318555264f764a523718e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laur=C3=A9line=20Gu=C3=A9rin?= Date: Fri, 15 Mar 2024 12:11:59 +0100 Subject: [PATCH] misc: add pyquery in dependencies (#88222) --- debian/control | 1 + setup.py | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/control b/debian/control index 96e7cc34..2b9ccb0f 100644 --- a/debian/control +++ b/debian/control @@ -16,6 +16,7 @@ Depends: python3-django (>= 2:3.2), python3-gadjo, python3-lxml, python3-publik-django-templatetags, + python3-pyquery, python3-requests, python3-uwsgidecorators, ${misc:Depends}, diff --git a/setup.py b/setup.py index bf9c22ea..a86ade00 100644 --- a/setup.py +++ b/setup.py @@ -165,6 +165,7 @@ setup( 'django-filter<23.2', 'vobject', 'python-dateutil', + 'pyquery', 'requests', 'workalendar', 'weasyprint',