linm1 commited on
Commit
ddb3e64
1 Parent(s): 76e65f9

Update requirements.txt

Browse files

add pymongo[srv] to utilize the external database to collect feedback

Files changed (1) hide show
  1. 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]