James McCool
commited on
Commit
·
e8db091
1
Parent(s):
ab2c04b
Update requirements.txt to replace streamlit-aggrid with pymongo
Browse files- Removed streamlit-aggrid dependency and added pymongo to support MongoDB integration for data retrieval.
- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -4,7 +4,7 @@ streamlit
|
|
4 |
gspread
|
5 |
openpyxl
|
6 |
matplotlib
|
7 |
-
|
8 |
pulp
|
9 |
docker
|
10 |
plotly
|
|
|
4 |
gspread
|
5 |
openpyxl
|
6 |
matplotlib
|
7 |
+
pymongo
|
8 |
pulp
|
9 |
docker
|
10 |
plotly
|