mabustillo14 commited on
Commit
809ee93
·
1 Parent(s): 51872a2

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +67 -0
requirements.txt ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ aiohttp==3.8.6
3
+ aiosignal==1.3.1
4
+ altair==5.1.2
5
+ annotated-types==0.6.0
6
+ anyio==3.7.1
7
+ async-timeout==4.0.3
8
+ attrs==23.1.0
9
+ certifi==2023.7.22
10
+ charset-normalizer==3.3.0
11
+ click==8.1.7
12
+ contourpy==1.1.1
13
+ cycler==0.12.1
14
+ exceptiongroup==1.1.3
15
+ fastapi==0.103.2
16
+ ffmpy==0.3.1
17
+ filelock==3.12.4
18
+ fonttools==4.43.1
19
+ frozenlist==1.4.0
20
+ fsspec==2023.9.2
21
+ gradio==3.47.1
22
+ gradio-client==0.6.0
23
+ h11==0.14.0
24
+ httpcore==0.18.0
25
+ httpx==0.25.0
26
+ huggingface-hub==0.17.3
27
+ idna==3.4
28
+ importlib-resources==6.1.0
29
+ Jinja2==3.1.2
30
+ jsonschema==4.19.1
31
+ jsonschema-specifications==2023.7.1
32
+ kiwisolver==1.4.5
33
+ MarkupSafe==2.1.3
34
+ matplotlib==3.7.3
35
+ multidict==6.0.4
36
+ numpy==1.24.4
37
+ openai==0.28.1
38
+ orjson==3.9.7
39
+ packaging==23.2
40
+ pandas==2.0.3
41
+ Pillow==10.0.1
42
+ pkgutil-resolve-name==1.3.10
43
+ pydantic==2.4.2
44
+ pydantic-core==2.10.1
45
+ pydub==0.25.1
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.30.2
53
+ requests==2.31.0
54
+ rpds-py==0.10.4
55
+ semantic-version==2.10.0
56
+ six==1.16.0
57
+ sniffio==1.3.0
58
+ starlette==0.27.0
59
+ toolz==0.12.0
60
+ tqdm==4.66.1
61
+ typing-extensions==4.8.0
62
+ tzdata==2023.3
63
+ urllib3==2.0.6
64
+ uvicorn==0.23.2
65
+ websockets==11.0.3
66
+ yarl==1.9.2
67
+ zipp==3.17.0