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