Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- 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!
|