awacke1 commited on
Commit
01beb94
Β·
verified Β·
1 Parent(s): 6d17d44

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -0
requirements.txt CHANGED
@@ -2,6 +2,7 @@
2
  streamlit # 🌟 The shiny star of our web app galaxy! | "st.write('Hello, world!')" - Greets the universe like a cosmic chatbot!
3
  reportlab
4
  weasyprint
 
5
 
6
  # PDF Libraries (Reduced to working ones)
7
  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!
 
2
  streamlit # 🌟 The shiny star of our web app galaxy! | "st.write('Hello, world!')" - Greets the universe like a cosmic chatbot!
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!