Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
@@ -10,4 +10,7 @@ sentence-transformers==2.5.1
|
|
10 |
spacy==3.7.4
|
11 |
scikit-learn==1.4.0
|
12 |
matplotlib==3.8.3
|
13 |
-
python-dotenv==1.0.1
|
|
|
|
|
|
|
|
10 |
spacy==3.7.4
|
11 |
scikit-learn==1.4.0
|
12 |
matplotlib==3.8.3
|
13 |
+
python-dotenv==1.0.1
|
14 |
+
requests
|
15 |
+
lxml
|
16 |
+
beautifulsoup4
|