misc: add pyquery in dependencies (#88222) #227

Merged
lguerin merged 1 commits from wip/88222-pyquery into main 2024-03-15 12:19:57 +01:00
2 changed files with 2 additions and 0 deletions

1
debian/control vendored
View File

@ -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},

View File

@ -165,6 +165,7 @@ setup(
'django-filter<23.2',
'vobject',
'python-dateutil',
'pyquery',
'requests',
'workalendar',
'weasyprint',