besijar commited on
Commit
e8d673e
·
1 Parent(s): 77229ef

Create requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +67 -0
requirements.txt ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohttp==3.8.1
2
+ aiosignal==1.2.0
3
+ analytics-python==1.4.0
4
+ anyio==3.6.1
5
+ async-timeout==4.0.2
6
+ attrs==21.4.0
7
+ backoff==1.10.0
8
+ bcrypt==3.2.2
9
+ certifi @ file:///opt/conda/conda-bld/certifi_1655968806487/work/certifi
10
+ cffi==1.15.1
11
+ charset-normalizer==2.1.0
12
+ click==8.1.3
13
+ cryptography==37.0.4
14
+ cycler==0.11.0
15
+ fastapi==0.78.0
16
+ ffmpy==0.3.0
17
+ filelock==3.7.1
18
+ fonttools==4.33.3
19
+ frozenlist==1.3.0
20
+ fsspec==2022.5.0
21
+ gradio==3.0.24
22
+ h11==0.12.0
23
+ httpcore==0.15.0
24
+ httpx==0.23.0
25
+ huggingface-hub==0.8.1
26
+ idna==3.3
27
+ Jinja2==3.1.2
28
+ kiwisolver==1.4.3
29
+ linkify-it-py==1.0.3
30
+ markdown-it-py==2.1.0
31
+ MarkupSafe==2.1.1
32
+ matplotlib==3.5.2
33
+ mdit-py-plugins==0.3.0
34
+ mdurl==0.1.1
35
+ monotonic==1.6
36
+ multidict==6.0.2
37
+ numpy==1.23.0
38
+ orjson==3.7.6
39
+ packaging==21.3
40
+ pandas==1.4.3
41
+ paramiko==2.11.0
42
+ Pillow==9.2.0
43
+ pycparser==2.21
44
+ pycryptodome==3.15.0
45
+ pydantic==1.9.1
46
+ pydub==0.25.1
47
+ PyNaCl==1.5.0
48
+ pyparsing==3.0.9
49
+ python-dateutil==2.8.2
50
+ python-multipart==0.0.5
51
+ pytz==2022.1
52
+ PyYAML==6.0
53
+ regex==2022.6.2
54
+ requests==2.28.1
55
+ rfc3986==1.5.0
56
+ six==1.16.0
57
+ sniffio==1.2.0
58
+ starlette==0.19.1
59
+ tokenizers==0.12.1
60
+ torch==1.12.0+cpu
61
+ tqdm==4.64.0
62
+ transformers==4.20.1
63
+ typing_extensions==4.3.0
64
+ uc-micro-py==1.0.1
65
+ urllib3==1.26.9
66
+ uvicorn==0.18.2
67
+ yarl==1.7.2