Spaces:
Sleeping
Sleeping
James McCool
commited on
Commit
·
f163bdd
1
Parent(s):
51316bf
Update requirements.txt to replace streamlit-aggrid with pdfkit
Browse files- Removed the streamlit-aggrid dependency and added pdfkit to support enhanced PDF export functionality.
- This change aligns with recent updates to the application that improve PDF generation capabilities.
- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -2,7 +2,7 @@ streamlit
|
|
2 |
gspread
|
3 |
openpyxl
|
4 |
matplotlib
|
5 |
-
|
6 |
pulp
|
7 |
docker
|
8 |
plotly
|
|
|
2 |
gspread
|
3 |
openpyxl
|
4 |
matplotlib
|
5 |
+
pdfkit
|
6 |
pulp
|
7 |
docker
|
8 |
plotly
|