taesiri commited on
Commit
32f46ed
1 Parent(s): bbd199b

added req.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +74 -0
requirements.txt ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ beautifulsoup4==4.11.1
10
+ black==22.6.0
11
+ certifi @ file:///opt/conda/conda-bld/certifi_1655968806487/work/certifi
12
+ cffi==1.15.1
13
+ charset-normalizer==2.1.0
14
+ click==8.1.3
15
+ cryptography==37.0.4
16
+ cycler==0.11.0
17
+ faiss-cpu==1.7.2
18
+ fastapi==0.79.0
19
+ ffmpy==0.3.0
20
+ filelock==3.7.1
21
+ fonttools==4.34.4
22
+ frozenlist==1.3.0
23
+ fsspec==2022.5.0
24
+ gdown==4.5.1
25
+ gradio==3.1.1
26
+ h11==0.12.0
27
+ httpcore==0.15.0
28
+ httpx==0.23.0
29
+ idna==3.3
30
+ Jinja2==3.1.2
31
+ kiwisolver==1.4.4
32
+ linkify-it-py==1.0.3
33
+ markdown-it-py==2.1.0
34
+ MarkupSafe==2.1.1
35
+ matplotlib==3.5.2
36
+ mdit-py-plugins==0.3.0
37
+ mdurl==0.1.1
38
+ monotonic==1.6
39
+ multidict==6.0.2
40
+ mypy-extensions==0.4.3
41
+ numpy==1.23.1
42
+ orjson==3.7.8
43
+ packaging==21.3
44
+ pandas==1.4.3
45
+ paramiko==2.11.0
46
+ pathspec==0.9.0
47
+ Pillow==9.2.0
48
+ platformdirs==2.5.2
49
+ pycparser==2.21
50
+ pycryptodome==3.15.0
51
+ pydantic==1.9.1
52
+ pydub==0.25.1
53
+ PyNaCl==1.5.0
54
+ pyparsing==3.0.9
55
+ PySocks==1.7.1
56
+ python-dateutil==2.8.2
57
+ python-multipart==0.0.5
58
+ pytz==2022.1
59
+ requests==2.28.1
60
+ rfc3986==1.5.0
61
+ six==1.16.0
62
+ sniffio==1.2.0
63
+ soupsieve==2.3.2.post1
64
+ starlette==0.19.1
65
+ tomli==2.0.1
66
+ torch==1.12.0+cpu
67
+ torchaudio==0.12.0+cpu
68
+ torchvision==0.13.0+cpu
69
+ tqdm==4.64.0
70
+ typing_extensions==4.3.0
71
+ uc-micro-py==1.0.1
72
+ urllib3==1.26.10
73
+ uvicorn==0.18.2
74
+ yarl==1.7.2