awacke1 commited on
Commit
cecba01
1 Parent(s): d3cf082

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +71 -0
requirements.txt ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohttp==3.8.3
2
+ aiosignal==1.2.0
3
+ anyio==3.6.1
4
+ async-timeout==4.0.2
5
+ attrs==22.1.0
6
+ bcrypt==4.0.1
7
+ black==22.10.0
8
+ certifi==2022.9.24
9
+ cffi==1.15.1
10
+ charset-normalizer==2.1.1
11
+ click==8.1.3
12
+ contourpy==1.0.5
13
+ cryptography==38.0.1
14
+ cycler==0.11.0
15
+ fastapi==0.85.0
16
+ ffmpy==0.3.0
17
+ filelock==3.8.0
18
+ fonttools==4.37.4
19
+ frozenlist==1.3.1
20
+ fsspec==2022.8.2
21
+ gradio==3.4.1
22
+ h11==0.12.0
23
+ httpcore==0.15.0
24
+ httpx==0.23.0
25
+ huggingface-hub==0.10.0
26
+ idna==3.4
27
+ Jinja2==3.1.2
28
+ kiwisolver==1.4.4
29
+ linkify-it-py==1.0.3
30
+ markdown-it-py==2.1.0
31
+ MarkupSafe==2.1.1
32
+ matplotlib==3.6.1
33
+ mdit-py-plugins==0.3.1
34
+ mdurl==0.1.2
35
+ multidict==6.0.2
36
+ mypy-extensions==0.4.3
37
+ numpy==1.23.3
38
+ orjson==3.8.0
39
+ packaging==21.3
40
+ pandas==1.5.0
41
+ paramiko==2.11.0
42
+ pathspec==0.10.1
43
+ Pillow==9.2.0
44
+ platformdirs==2.5.2
45
+ pycparser==2.21
46
+ pycryptodome==3.15.0
47
+ pydantic==1.10.2
48
+ pydub==0.25.1
49
+ PyNaCl==1.5.0
50
+ pyparsing==3.0.9
51
+ python-dateutil==2.8.2
52
+ python-multipart==0.0.5
53
+ pytz==2022.4
54
+ PyYAML==6.0
55
+ regex==2022.9.13
56
+ requests==2.28.1
57
+ rfc3986==1.5.0
58
+ six==1.16.0
59
+ sniffio==1.3.0
60
+ starlette==0.20.4
61
+ tokenizers==0.12.1
62
+ tomli==2.0.1
63
+ torch==1.12.1
64
+ tqdm==4.64.1
65
+ transformers==4.22.2
66
+ typing_extensions==4.4.0
67
+ uc-micro-py==1.0.1
68
+ urllib3==1.26.12
69
+ uvicorn==0.18.3
70
+ websockets==10.3
71
+ yarl==1.8.1