Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
|
@@ -7,4 +7,7 @@ pytube==12.1.0
|
|
| 7 |
validators==0.18.2
|
| 8 |
nltk==3.7
|
| 9 |
plotly==5.10.0
|
| 10 |
-
plotly-express==0.4.1
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
validators==0.18.2
|
| 8 |
nltk==3.7
|
| 9 |
plotly==5.10.0
|
| 10 |
+
plotly-express==0.4.1
|
| 11 |
+
spacy==3.4.0
|
| 12 |
+
spacy_streamlit==1.0.3
|
| 13 |
+
en_core_web_lg @ https://huggingface.co/spacy/en_core_web_lg/resolve/main/en_core_web_lg-any-py3-none-any.whl
|