Update requirements.txt
Browse files- requirements.txt +9 -8
requirements.txt
CHANGED
|
@@ -1,8 +1,9 @@
|
|
| 1 |
-
streamlit>=1.28
|
| 2 |
-
nltk>=3.8
|
| 3 |
-
numpy>=1.24
|
| 4 |
-
google-generativeai>=0.3.0
|
| 5 |
-
scikit-learn>=1.3.0
|
| 6 |
-
pdfplumber
|
| 7 |
-
python-docx
|
| 8 |
-
streamlit-autorefresh
|
|
|
|
|
|
| 1 |
+
streamlit>=1.28
|
| 2 |
+
nltk>=3.8
|
| 3 |
+
numpy>=1.24
|
| 4 |
+
google-generativeai>=0.3.0
|
| 5 |
+
scikit-learn>=1.3.0
|
| 6 |
+
pdfplumber
|
| 7 |
+
python-docx
|
| 8 |
+
streamlit-autorefresh
|
| 9 |
+
firebase-admin
|