echoyzd commited on
Commit
c4e26cf
·
1 Parent(s): 12ec01c

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +57 -0
requirements.txt ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ altair==5.0.1
3
+ annotated-types==0.5.0
4
+ anyio==3.7.1
5
+ attrs==23.1.0
6
+ certifi==2023.7.22
7
+ charset-normalizer==3.2.0
8
+ click==8.1.7
9
+ contourpy==1.1.0
10
+ cycler==0.11.0
11
+ exceptiongroup==1.1.3
12
+ fastapi==0.102.0
13
+ ffmpy==0.3.1
14
+ filelock==3.12.2
15
+ fonttools==4.42.1
16
+ fsspec==2023.6.0
17
+ gradio==3.41.2
18
+ gradio_client==0.5.0
19
+ h11==0.14.0
20
+ httpcore==0.17.3
21
+ httpx==0.24.1
22
+ huggingface-hub==0.16.4
23
+ idna==3.4
24
+ importlib-resources==6.0.1
25
+ Jinja2==3.1.2
26
+ jsonschema==4.19.0
27
+ jsonschema-specifications==2023.7.1
28
+ kiwisolver==1.4.5
29
+ MarkupSafe==2.1.3
30
+ matplotlib==3.7.2
31
+ numpy==1.25.2
32
+ orjson==3.9.5
33
+ packaging==23.1
34
+ pandas==2.0.3
35
+ Pillow==10.0.0
36
+ pydantic==2.3.0
37
+ pydantic_core==2.6.3
38
+ pydub==0.25.1
39
+ pyparsing==3.0.9
40
+ python-dateutil==2.8.2
41
+ python-multipart==0.0.6
42
+ pytz==2023.3
43
+ PyYAML==6.0.1
44
+ referencing==0.30.2
45
+ requests==2.31.0
46
+ rpds-py==0.9.2
47
+ semantic-version==2.10.0
48
+ six==1.16.0
49
+ sniffio==1.3.0
50
+ starlette==0.27.0
51
+ toolz==0.12.0
52
+ tqdm==4.66.1
53
+ typing_extensions==4.7.1
54
+ tzdata==2023.3
55
+ urllib3==2.0.4
56
+ uvicorn==0.23.2
57
+ websockets==11.0.3