Update requirements.txt
Browse filesadd pymongo[srv] to utilize the external database to collect feedback
- requirements.txt +16 -15
requirements.txt
CHANGED
@@ -1,15 +1,16 @@
|
|
1 |
-
anthropic
|
2 |
-
openai>=1.1.0
|
3 |
-
mistralai
|
4 |
-
pydantic
|
5 |
-
docstring-parser
|
6 |
-
rich
|
7 |
-
aiohttp
|
8 |
-
ruff==0.1.7
|
9 |
-
pre-commit==3.5.0
|
10 |
-
pyright==1.1.360
|
11 |
-
typer
|
12 |
-
cohere
|
13 |
-
datasets
|
14 |
-
gradio
|
15 |
-
Pillow
|
|
|
|
1 |
+
anthropic
|
2 |
+
openai>=1.1.0
|
3 |
+
mistralai
|
4 |
+
pydantic
|
5 |
+
docstring-parser
|
6 |
+
rich
|
7 |
+
aiohttp
|
8 |
+
ruff==0.1.7
|
9 |
+
pre-commit==3.5.0
|
10 |
+
pyright==1.1.360
|
11 |
+
typer
|
12 |
+
cohere
|
13 |
+
datasets
|
14 |
+
gradio
|
15 |
+
Pillow
|
16 |
+
pymongo[srv]
|