Skip to content

Commit

Permalink
Update required pydyf version
Browse files Browse the repository at this point in the history
  • Loading branch information
liZe committed Apr 26, 2021
1 parent d1c1e9e commit 5c82013
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/first_steps.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ WeasyPrint |version| depends on:

* Python_ ≥ 3.6.0
* Pango_ ≥ 1.44.0
* pydyf_ ≥ 0.0.3
* CFFI_ ≥ 0.6
* html5lib_ ≥ 1.0.1
* pydyf_ ≥ 0.0.1
* tinycss2_ ≥ 1.0.0
* cssselect2_ ≥ 0.1
* Pyphen_ ≥ 0.9.1
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ requires-python = '>=3.6'
readme = {file = 'README.rst', content-type = 'text/x-rst'}
license = {file = 'LICENSE'}
dependencies = [
'pydyf >=0.0.1',
'pydyf >=0.0.3',
'cffi >=0.6',
'html5lib >=1.0.1',
'tinycss2 >=1.0.0',
Expand Down

0 comments on commit 5c82013

Please sign in to comment.