Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +14 -13
requirements.txt
CHANGED
@@ -1,13 +1,14 @@
|
|
1 |
-
aiohttp>=3.9.0
|
2 |
-
gradio>=4.0.0
|
3 |
-
langchain-core>=0.1.0
|
4 |
-
langchain-google-genai>=0.0.5
|
5 |
-
loguru>=0.7.0
|
6 |
-
python-dotenv>=1.0.0
|
7 |
-
customtkinter>=5.2.0
|
8 |
-
google-generativeai>=0.3.0
|
9 |
-
pyperclip>=1.8.2
|
10 |
-
tqdm>=4.66.0
|
11 |
-
backoff>=2.2.1
|
12 |
-
zhipuai>=0.2.0
|
13 |
-
bibtexparser>=1.2.0
|
|
|
|
1 |
+
aiohttp>=3.9.0
|
2 |
+
gradio>=4.0.0
|
3 |
+
langchain-core>=0.1.0
|
4 |
+
langchain-google-genai>=0.0.5
|
5 |
+
loguru>=0.7.0
|
6 |
+
python-dotenv>=1.0.0
|
7 |
+
customtkinter>=5.2.0
|
8 |
+
google-generativeai>=0.3.0
|
9 |
+
pyperclip>=1.8.2
|
10 |
+
tqdm>=4.66.0
|
11 |
+
backoff>=2.2.1
|
12 |
+
zhipuai>=0.2.0
|
13 |
+
bibtexparser>=1.2.0
|
14 |
+
langchain>=0.1.0
|