Skip to content

Commit

Permalink
add missing rlPyCairo as install requirement
Browse files Browse the repository at this point in the history
- update setup.py
- update CHENGES.rst
  • Loading branch information
1letter committed Jun 9, 2023
1 parent 0342306 commit 0813056
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ CHANGES
4.3.1 (unreleased)
------------------

- Nothing changed yet.
- Fix (#117), add rlPyCairo a install requirement. reportlab>=4.0 need the library


4.3.0 (2023-04-25)
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ def read(*rnames):
'lxml',
'pikepdf>=3.0',
'reportlab>=3.5.0',
'rlPyCairo',
'setuptools',
'svglib',
'zope.interface',
Expand Down

0 comments on commit 0813056

Please sign in to comment.