James McCool
commited on
Commit
·
223a580
1
Parent(s):
efc18fb
Replace streamlit-aggrid with pymongo in requirements.txt to support MongoDB integration for data retrieval. This change aligns with the recent refactor of app.py to enhance data handling and improve user experience.
Browse files- 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 |
+
pymongo
|
6 |
pulp
|
7 |
docker
|
8 |
plotly
|