penut85420 commited on
Commit
2640bd3
1 Parent(s): 877c973

Add Requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +68 -0
requirements.txt ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ beautifulsoup4==4.12.2
9
+ certifi==2023.5.7
10
+ charset-normalizer==3.1.0
11
+ click==8.1.3
12
+ contourpy==1.1.0
13
+ cycler==0.11.0
14
+ et-xmlfile==1.1.0
15
+ exceptiongroup==1.1.2
16
+ fastapi==0.99.1
17
+ ffmpy==0.3.0
18
+ filelock==3.12.2
19
+ fonttools==4.40.0
20
+ frozenlist==1.3.3
21
+ fsspec==2023.6.0
22
+ gradio==3.35.2
23
+ gradio_client==0.2.7
24
+ h11==0.14.0
25
+ httpcore==0.17.2
26
+ httpx==0.24.1
27
+ huggingface-hub==0.15.1
28
+ idna==3.4
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
+ openpyxl==3.1.2
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
+ pyparsing==3.1.0
49
+ pyrsistent==0.19.3
50
+ python-dateutil==2.8.2
51
+ python-multipart==0.0.6
52
+ pytz==2023.3
53
+ PyYAML==6.0
54
+ requests==2.31.0
55
+ semantic-version==2.10.0
56
+ six==1.16.0
57
+ sniffio==1.3.0
58
+ soupsieve==2.4.1
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