1
1
mirror of https://github.com/Kozea/WeasyPrint.git synced 2024-10-03 23:48:07 +03:00

Update required pydyf version

This commit is contained in:
Guillaume Ayoub 2024-04-30 14:59:01 +02:00
parent 67c2521583
commit 2083edec8a
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ WeasyPrint |version| depends on:
* Python_ ≥ 3.9.0
* Pango_ ≥ 1.44.0
* pydyf_ ≥ 0.8.0
* pydyf_ ≥ 0.10.0
* CFFI_ ≥ 0.6
* html5lib_ ≥ 1.1
* tinycss2_ ≥ 1.3.0

View File

@ -12,7 +12,7 @@ requires-python = '>=3.9'
readme = {file = 'README.rst', content-type = 'text/x-rst'}
license = {file = 'LICENSE'}
dependencies = [
'pydyf >=0.8.0',
'pydyf >=0.10.0',
'cffi >=0.6',
'html5lib >=1.1',
'tinycss2 >=1.3.0',