awacke1 commited on
Commit
6d4ddf4
ยท
verified ยท
1 Parent(s): 01beb94

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -0
requirements.txt CHANGED
@@ -3,6 +3,7 @@ streamlit # ๐ŸŒŸ The shiny star of our web app galaxy! | "st.write('Hello, worl
3
  reportlab
4
  weasyprint
5
  pdfkit
 
6
 
7
  # PDF Libraries (Reduced to working ones)
8
  pikepdf # ๐Ÿ“œ Edits PDFs with low-level control using QPDF | "pikepdf.Pdf.open('in.pdf').save('out.pdf')" - Gives your PDF a makeover like a digital plastic surgeon!
 
3
  reportlab
4
  weasyprint
5
  pdfkit
6
+ PyPDF2
7
 
8
  # PDF Libraries (Reduced to working ones)
9
  pikepdf # ๐Ÿ“œ Edits PDFs with low-level control using QPDF | "pikepdf.Pdf.open('in.pdf').save('out.pdf')" - Gives your PDF a makeover like a digital plastic surgeon!