drclab commited on
Commit
b49a76e
1 Parent(s): 688d729

requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +27 -26
requirements.txt CHANGED
@@ -1,26 +1,27 @@
1
- aiofiles
2
- aiohttp
3
- altair>=4.2.0
4
- fastapi
5
- ffmpy
6
- gradio_client>=0.0.4
7
- httpx
8
- huggingface_hub>=0.13.0
9
- Jinja2
10
- markdown-it-py[linkify]>=2.0.0
11
- mdit-py-plugins<=0.3.3
12
- markupsafe
13
- matplotlib
14
- numpy
15
- orjson
16
- pandas
17
- pillow
18
- pydantic
19
- python-multipart
20
- pydub
21
- pyyaml
22
- requests
23
- semantic_version
24
- typing_extensions
25
- uvicorn
26
- websockets>=10.0
 
 
1
+ openai
2
+ # aiofiles
3
+ # aiohttp
4
+ # altair>=4.2.0
5
+ # fastapi
6
+ # ffmpy
7
+ # gradio_client>=0.0.4
8
+ # httpx
9
+ # huggingface_hub>=0.13.0
10
+ # Jinja2
11
+ # markdown-it-py[linkify]>=2.0.0
12
+ # mdit-py-plugins<=0.3.3
13
+ # markupsafe
14
+ # matplotlib
15
+ # numpy
16
+ # orjson
17
+ # pandas
18
+ # pillow
19
+ # pydantic
20
+ # python-multipart
21
+ # pydub
22
+ # pyyaml
23
+ # requests
24
+ # semantic_version
25
+ # typing_extensions
26
+ # uvicorn
27
+ # websockets>=10.0