alistairmcleay commited on
Commit
c5ad9e6
1 Parent(s): 9716b27

Added 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.3
2
+ aiosignal==1.2.0
3
+ anyio==3.6.2
4
+ async-timeout==4.0.2
5
+ attrs==22.1.0
6
+ bcrypt==4.0.1
7
+ certifi==2022.9.24
8
+ cffi==1.15.1
9
+ charset-normalizer==2.1.1
10
+ click==8.1.3
11
+ cohere==2.8.0
12
+ contourpy==1.0.6
13
+ cryptography==38.0.3
14
+ cycler==0.11.0
15
+ fastapi==0.85.2
16
+ ffmpy==0.3.0
17
+ filelock==3.8.0
18
+ fonttools==4.38.0
19
+ frozenlist==1.3.1
20
+ fsspec==2022.10.0
21
+ gradio==3.8.2
22
+ h11==0.12.0
23
+ httpcore==0.15.0
24
+ httpx==0.23.0
25
+ huggingface-hub==0.10.1
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
+ numpy==1.23.4
37
+ orjson==3.8.1
38
+ packaging==21.3
39
+ pandas==1.5.1
40
+ paramiko==2.11.0
41
+ Pillow==9.3.0
42
+ pycparser==2.21
43
+ pycryptodome==3.15.0
44
+ pydantic==1.10.2
45
+ pydub==0.25.1
46
+ PyNaCl==1.5.0
47
+ pyparsing==3.0.9
48
+ python-dateutil==2.8.2
49
+ python-multipart==0.0.5
50
+ pytz==2022.6
51
+ PyYAML==6.0
52
+ requests==2.28.1
53
+ rfc3986==1.5.0
54
+ six==1.16.0
55
+ sniffio==1.3.0
56
+ starlette==0.20.4
57
+ tqdm==4.64.1
58
+ typing_extensions==4.4.0
59
+ uc-micro-py==1.0.1
60
+ urllib3==1.26.12
61
+ uvicorn==0.19.0
62
+ websockets==10.4
63
+ yarl==1.8.1