Warco-B commited on
Commit
fcdfcfa
1 Parent(s): 4e4f095

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +69 -0
requirements.txt ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.1.0
2
+ aiohttp==3.8.4
3
+ aiosignal==1.3.1
4
+ altair==5.0.1
5
+ anyio==3.7.0
6
+ async-timeout==4.0.2
7
+ attrs==23.1.0
8
+ certifi==2023.5.7
9
+ charset-normalizer==3.1.0
10
+ click==8.1.3
11
+ colorama==0.4.6
12
+ contourpy==1.1.0
13
+ cycler==0.11.0
14
+ exceptiongroup==1.1.2
15
+ fastapi==0.99.1
16
+ ffmpy==0.3.0
17
+ filelock==3.12.2
18
+ fonttools==4.40.0
19
+ frozenlist==1.3.3
20
+ fsspec==2023.6.0
21
+ gradio==3.35.2
22
+ gradio_client==0.2.7
23
+ h11==0.14.0
24
+ httpcore==0.17.2
25
+ httpx==0.24.1
26
+ huggingface-hub==0.15.1
27
+ idna==3.4
28
+ importlib-resources==5.12.0
29
+ Jinja2==3.1.2
30
+ jsonschema==4.17.3
31
+ kiwisolver==1.4.4
32
+ linkify-it-py==2.0.2
33
+ markdown-it-py==2.2.0
34
+ MarkupSafe==2.1.3
35
+ matplotlib==3.7.1
36
+ mdit-py-plugins==0.3.3
37
+ mdurl==0.1.2
38
+ multidict==6.0.4
39
+ numpy==1.25.0
40
+ openai==0.27.8
41
+ orjson==3.9.1
42
+ packaging==23.1
43
+ pandas==2.0.3
44
+ Pillow==10.0.0
45
+ pydantic==1.10.10
46
+ pydub==0.25.1
47
+ Pygments==2.15.1
48
+ PyMuPDF==1.22.5
49
+ pyparsing==3.1.0
50
+ pyrsistent==0.19.3
51
+ python-dateutil==2.8.2
52
+ python-multipart==0.0.6
53
+ pytz==2023.3
54
+ PyYAML==6.0
55
+ requests==2.31.0
56
+ semantic-version==2.10.0
57
+ six==1.16.0
58
+ sniffio==1.3.0
59
+ starlette==0.27.0
60
+ toolz==0.12.0
61
+ tqdm==4.65.0
62
+ typing_extensions==4.7.1
63
+ tzdata==2023.3
64
+ uc-micro-py==1.0.2
65
+ urllib3==2.0.3
66
+ uvicorn==0.22.0
67
+ websockets==11.0.3
68
+ yarl==1.9.2
69
+ zipp==3.15.0