Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +11 -12
requirements.txt
CHANGED
@@ -1,13 +1,12 @@
|
|
1 |
-
gradio
|
2 |
-
pyperclip
|
3 |
-
chromadb
|
4 |
-
langchain
|
5 |
-
langchain_community
|
6 |
-
langchain_core
|
7 |
-
weasyprint
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
googlesearch
|
13 |
aiohttp
|
|
|
1 |
+
gradio
|
2 |
+
pyperclip
|
3 |
+
chromadb
|
4 |
+
langchain
|
5 |
+
langchain_community
|
6 |
+
langchain_core
|
7 |
+
weasyprint
|
8 |
+
logging
|
9 |
+
dotenv
|
10 |
+
bs4
|
11 |
+
googlesearch
|
|
|
12 |
aiohttp
|