build: remove weasyprint limit (#76965) #74

Merged
fpeters merged 2 commits from wip/76965-weasyprint-0.51 into main 2023-07-17 10:08:37 +02:00
4 changed files with 3 additions and 3 deletions

2
debian/control vendored
View File

@ -35,9 +35,9 @@ Depends: libcairo-gobject2,
python3-hobo (>= 1.34),
python3-psycopg2,
python3-vobject,
python3-weasyprint,
uwsgi,
uwsgi-plugin-python3,
weasyprint,
${misc:Depends},
Recommends: nginx,
python3-workalendar,

View File

@ -1 +0,0 @@
weasyprint python3-weasyprint

View File

@ -167,7 +167,7 @@ setup(
'python-dateutil',
'requests',
'workalendar',
'weasyprint<0.43',
'weasyprint',
],
zip_safe=False,
cmdclass={

View File

@ -31,6 +31,7 @@ deps =
django-mellon>=1.6.1
pytest-freezegun
django-filter>=2.4,<2.5
weasyprint<52
django32: django>=3.2,<3.3
django32: psycopg2-binary>=2.9
codestyle: pre-commit