clemsou commited on
Commit
07e218b
1 Parent(s): 9d296d0

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +63 -0
requirements.txt ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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==22.1.0
7
+ backoff==1.10.0
8
+ bcrypt==4.0.0
9
+ certifi==2022.6.15
10
+ cffi==1.15.1
11
+ charset-normalizer==2.1.1
12
+ click==8.1.3
13
+ cryptography==37.0.4
14
+ cycler==0.11.0
15
+ fastapi==0.81.0
16
+ ffmpy==0.3.0
17
+ fonttools==4.37.1
18
+ frozenlist==1.3.1
19
+ fsspec==2022.8.2
20
+ gradio==3.2
21
+ h11==0.12.0
22
+ httpcore==0.15.0
23
+ httpx==0.23.0
24
+ idna==3.3
25
+ Jinja2==3.1.2
26
+ kiwisolver==1.4.4
27
+ linkify-it-py==1.0.3
28
+ markdown-it-py==2.1.0
29
+ MarkupSafe==2.1.1
30
+ matplotlib==3.5.3
31
+ mdit-py-plugins==0.3.0
32
+ mdurl==0.1.2
33
+ monotonic==1.6
34
+ multidict==6.0.2
35
+ numpy==1.23.2
36
+ orjson==3.8.0
37
+ packaging==21.3
38
+ pandas==1.4.4
39
+ paramiko==2.11.0
40
+ Pillow==9.2.0
41
+ pycparser==2.21
42
+ pycryptodome==3.15.0
43
+ pydantic==1.10.1
44
+ pydub==0.25.1
45
+ PyNaCl==1.5.0
46
+ pyparsing==3.0.9
47
+ python-dateutil==2.8.2
48
+ python-multipart==0.0.5
49
+ pytz==2022.2.1
50
+ requests==2.28.1
51
+ rfc3986==1.5.0
52
+ six==1.16.0
53
+ sniffio==1.3.0
54
+ starlette==0.19.1
55
+ torch==1.12.1
56
+ torchaudio==0.12.1
57
+ torchvision==0.13.1
58
+ typing_extensions==4.3.0
59
+ uc-micro-py==1.0.1
60
+ urllib3==1.26.12
61
+ uvicorn==0.18.3
62
+ websockets==10.3
63
+ yarl==1.8.1