Skip to content

Commit

Permalink
Fix build (#1161)
Browse files Browse the repository at this point in the history
  • Loading branch information
marwoodandrew authored Mar 7, 2022
1 parent 046c134 commit 0833ea8
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
PyRTF3
# reportlab is fixed due to support for python 3.5
reportlab==3.5.53
xhtml2pdf
PyRTF3>=0.47.5
xhtml2pdf>=0.2.4

# Fix an issue between xhtml2pdf v0.2.4 and reportlab v3.6.7
# https://github.com/xhtml2pdf/xhtml2pdf/issues/589
reportlab==3.6.6

werkzeug>=0.9.4,<=0.11.15
urllib3<1.26
-e .
Expand Down

0 comments on commit 0833ea8

Please sign in to comment.