Spaces:
Runtime error
Runtime error
add bs4 to requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -5,4 +5,5 @@ langchain
|
|
5 |
sentence_transformers
|
6 |
selenium
|
7 |
tqdm
|
8 |
-
google-api-python-client
|
|
|
|
5 |
sentence_transformers
|
6 |
selenium
|
7 |
tqdm
|
8 |
+
google-api-python-client
|
9 |
+
beautifulsoup4
|