Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +20 -14
requirements.txt
CHANGED
@@ -1,14 +1,20 @@
|
|
1 |
-
beautifulsoup4>=4.12.3
|
2 |
-
langchain>=0.1.16
|
3 |
-
langchain_community>=0.0.34
|
4 |
-
langchain_core>=0.1.45
|
5 |
-
langchain_openai>=0.1.3
|
6 |
-
sentence-transformers>=2.7.0
|
7 |
-
python-dotenv>=1.0.1
|
8 |
-
Requests>=2.31.0
|
9 |
-
chromadb>=0.4.24
|
10 |
-
gradio>=4.27.0
|
11 |
-
selenium
|
12 |
-
pandas
|
13 |
-
python-dateutil
|
14 |
-
webdriver-manager
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
beautifulsoup4>=4.12.3
|
2 |
+
langchain>=0.1.16
|
3 |
+
langchain_community>=0.0.34
|
4 |
+
langchain_core>=0.1.45
|
5 |
+
langchain_openai>=0.1.3
|
6 |
+
sentence-transformers>=2.7.0
|
7 |
+
python-dotenv>=1.0.1
|
8 |
+
Requests>=2.31.0
|
9 |
+
chromadb>=0.4.24
|
10 |
+
gradio>=4.27.0
|
11 |
+
selenium>=4.10.0
|
12 |
+
pandas>=1.5.0
|
13 |
+
python-dateutil>=2.8.2
|
14 |
+
webdriver-manager>=4.0.0
|
15 |
+
lxml>=4.9.0
|
16 |
+
tqdm>=4.64.0
|
17 |
+
urllib3>=1.26.0
|
18 |
+
pillow>=9.0.0
|
19 |
+
numpy>=1.23.0
|
20 |
+
google-ads>=20.0.0
|