Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -18,4 +18,5 @@ tabulate # Required for .to_markdown()
|
|
18 |
# Specialized Analysis Modules
|
19 |
scikit-learn # For clustering
|
20 |
statsmodels # For time-series analysis
|
21 |
-
wordcloud # For text analysis
|
|
|
|
18 |
# Specialized Analysis Modules
|
19 |
scikit-learn # For clustering
|
20 |
statsmodels # For time-series analysis
|
21 |
+
wordcloud # For text analysis
|
22 |
+
openpyxl
|