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',