andersab commited on
Commit
dac504e
·
1 Parent(s): 2a10b32

requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +68 -0
requirements.txt ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohttp==3.8.1
2
+ aiosignal==1.2.0
3
+ analytics-python==1.4.0
4
+ anyio==3.5.0
5
+ asgiref==3.5.0
6
+ async-timeout==4.0.2
7
+ attrs==21.4.0
8
+ backoff==1.10.0
9
+ bcrypt==3.2.0
10
+ certifi==2021.10.8
11
+ cffi==1.15.0
12
+ charset-normalizer==2.0.12
13
+ click==8.1.2
14
+ colorama==0.4.4
15
+ cryptography==36.0.2
16
+ cycler==0.11.0
17
+ fastapi==0.75.2
18
+ ffmpy==0.3.0
19
+ filelock==3.6.0
20
+ fonttools==4.33.3
21
+ frozenlist==1.3.0
22
+ gradio==2.9.4
23
+ h11==0.13.0
24
+ huggingface-hub==0.5.1
25
+ idna==3.3
26
+ Jinja2==3.1.1
27
+ joblib==1.1.0
28
+ kiwisolver==1.4.2
29
+ linkify-it-py==1.0.3
30
+ markdown-it-py==2.1.0
31
+ MarkupSafe==2.1.1
32
+ matplotlib==3.5.1
33
+ mdit-py-plugins==0.3.0
34
+ mdurl==0.1.1
35
+ monotonic==1.6
36
+ multidict==6.0.2
37
+ numpy==1.22.3
38
+ orjson==3.6.8
39
+ packaging==21.3
40
+ pandas==1.4.2
41
+ paramiko==2.10.4
42
+ Pillow==9.1.0
43
+ pycparser==2.21
44
+ pycryptodome==3.14.1
45
+ pydantic==1.9.0
46
+ pydub==0.25.1
47
+ PyNaCl==1.5.0
48
+ pyparsing==3.0.8
49
+ python-dateutil==2.8.2
50
+ python-multipart==0.0.5
51
+ pytz==2022.1
52
+ PyYAML==6.0
53
+ regex==2022.3.15
54
+ requests==2.27.1
55
+ sacremoses==0.0.49
56
+ six==1.16.0
57
+ sniffio==1.2.0
58
+ starlette==0.17.1
59
+ tokenizers==0.12.1
60
+ torch==1.11.0
61
+ torchinfo==1.6.5
62
+ tqdm==4.64.0
63
+ transformers==4.18.0
64
+ typing_extensions==4.2.0
65
+ uc-micro-py==1.0.1
66
+ urllib3==1.26.9
67
+ uvicorn==0.17.6
68
+ yarl==1.7.2