thunder-007 commited on
Commit
80d15cc
·
1 Parent(s): 403e2b9

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +70 -0
requirements.txt ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ altair==5.1.2
3
+ annotated-types==0.6.0
4
+ anyio==3.7.1
5
+ attrs==23.1.0
6
+ beautifulsoup4==4.12.2
7
+ certifi==2023.11.17
8
+ charset-normalizer==3.3.2
9
+ click==8.1.7
10
+ colorama==0.4.6
11
+ contourpy==1.2.0
12
+ cycler==0.12.1
13
+ distro==1.8.0
14
+ exceptiongroup==1.2.0
15
+ fastapi==0.104.1
16
+ ffmpy==0.3.1
17
+ filelock==3.13.1
18
+ fonttools==4.45.1
19
+ fsspec==2023.10.0
20
+ gradio==4.7.1
21
+ gradio_client==0.7.0
22
+ h11==0.14.0
23
+ httpcore==1.0.2
24
+ httpx==0.25.2
25
+ huggingface-hub==0.19.4
26
+ idna==3.6
27
+ importlib-resources==6.1.1
28
+ Jinja2==3.1.2
29
+ jsonschema==4.20.0
30
+ jsonschema-specifications==2023.11.1
31
+ kiwisolver==1.4.5
32
+ markdown-it-py==3.0.0
33
+ MarkupSafe==2.1.3
34
+ matplotlib==3.8.2
35
+ mdurl==0.1.2
36
+ numpy==1.26.2
37
+ openai==1.3.5
38
+ orjson==3.9.10
39
+ packaging==23.2
40
+ pandas==2.1.3
41
+ Pillow==10.1.0
42
+ pydantic==2.5.2
43
+ pydantic_core==2.14.5
44
+ pydub==0.25.1
45
+ Pygments==2.17.2
46
+ pyparsing==3.1.1
47
+ python-dateutil==2.8.2
48
+ python-dotenv==1.0.0
49
+ python-multipart==0.0.6
50
+ pytz==2023.3.post1
51
+ PyYAML==6.0.1
52
+ referencing==0.31.0
53
+ requests==2.31.0
54
+ rich==13.7.0
55
+ rpds-py==0.13.1
56
+ semantic-version==2.10.0
57
+ shellingham==1.5.4
58
+ six==1.16.0
59
+ sniffio==1.3.0
60
+ soupsieve==2.5
61
+ starlette==0.27.0
62
+ tomlkit==0.12.0
63
+ toolz==0.12.0
64
+ tqdm==4.66.1
65
+ typer==0.9.0
66
+ typing_extensions==4.8.0
67
+ tzdata==2023.3
68
+ urllib3==2.1.0
69
+ uvicorn==0.24.0.post1
70
+ websockets==11.0.3