taesiri commited on
Commit
bba49e2
1 Parent(s): ab9beab

remove unused dep

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