Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -2,4 +2,5 @@ PyPDF2
|
|
2 |
plotly
|
3 |
nltk
|
4 |
sentence_transformers
|
5 |
-
pandas
|
|
|
|
2 |
plotly
|
3 |
nltk
|
4 |
sentence_transformers
|
5 |
+
pandas
|
6 |
+
nltk.download('punkt_tab')
|