rairo commited on
Commit
5669c2a
·
verified ·
1 Parent(s): 4bdbb4b

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -87
requirements.txt CHANGED
@@ -1,13 +1,13 @@
 
 
1
  aiofiles==23.2.1
2
  aiohttp==3.8.6
3
- aiohttp-retry==2.8.3
4
  aiosignal==1.3.1
5
  altair==5.1.2
6
  annotated-types==0.6.0
7
  anyio==3.7.1
8
  async-timeout==4.0.3
9
  attrs==23.1.0
10
- blinker==1.7.0
11
  certifi==2023.7.22
12
  charset-normalizer==3.3.2
13
  click==8.1.7
@@ -17,11 +17,9 @@ cycler==0.12.1
17
  dataclasses-json==0.6.1
18
  et-xmlfile==1.1.0
19
  exceptiongroup==1.1.3
20
- faiss-cpu
21
  fastapi==0.104.1
22
  ffmpy==0.3.1
23
  filelock==3.13.1
24
- Flask==3.0.0
25
  fonttools==4.44.0
26
  frozenlist==1.4.0
27
  fsspec==2023.10.0
@@ -33,89 +31,6 @@ googleapis-common-protos==1.61.0
33
  gradio==4.1.2
34
  gradio_client==0.7.0
35
  greenlet==3.0.1
36
- gunicorn==21.2.0
37
- h11==0.14.0
38
- httpcore==1.0.1
39
- httpx==0.25.1
40
- huggingface-hub==0.19.0
41
- idna==3.4
42
- importlib-resources==6.1.1
43
- iniconfig==2.0.0
44
- itsdangerous==2.1.2
45
- Jinja2==3.1.2
46
- jsonpatch==1.33
47
- jsonpointer==2.4
48
- jsonschema==4.19.2
49
- jsonschema-specifications==2023.7.1
50
- kiwisolver==1.4.5
51
- langchain==0.0.332
52
- langchain-experimental==0.0.39
53
- langsmith==0.0.62
54
- markdown-it-py==3.0.0
55
- MarkupSafe==2.1.3
56
- marshmallow==3.20.1
57
- matplotlib==3.8.1
58
- mdurl==0.1.2
59
- multidict==6.0.4
60
- mypy-extensions==1.0.0
61
- numpy==1.26.1
62
- openai==0.28.1
63
- openpyxl==3.1.2
64
- orjson==3.9.10
65
- packaging==23.2
66
- pandas==2.1.2
67
- Pillow==10.1.0
68
- pluggy==1.3.0
69
- protobuf==4.25.1
70
- pyasn1==0.5.0
71
- pydantic==2.4.2
72
- pydantic_core==2.10.1
73
- pydub==0.25.1
74
- Pygments==2.16.1
75
- PyJWT==2.8.0
76
- pyparsing==3.1.1
77
- pypdf
78
- pytest==7.4.3
79
- pytest-subtests==0.11.0
80
- python-dateutil==2.8.2
81
- python-dotenv==1.0.0
82
- python-multipart==0.0.6
83
- pytz==2023.3.post1
84
- PyYAML==6.0.1
85
- referencing==0.30.2
86
- requests==2.31.0
87
- rich==13.6.0
88
- rpds-py==0.12.0
89
- semantic-version==2.10.0
90
- shellingham==1.5.4
91
- six==1.16.0
92
- sniffio==1.3.0
93
- SQLAlchemy==2.0.23
94
- starlette==0.27.0
95
- tabulate==0.9.0
96
- tenacity==8.2.3
97
- tomli==2.0.1
98
- tomlkit==0.12.0
99
- toolz==0.12.0
100
- tqdm==4.66.1
101
- twilio==8.10.3
102
- typer==0.9.0
103
- typing-inspect==0.9.0
104
- typing_extensions==4.8.0
105
- tzdata==2023.3
106
- urllib3==2.0.7
107
- uvicorn==0.24.0.post1
108
- websockets==11.0.3
109
- Werkzeug==3.0.1
110
- yarl==1.9.2
111
- google-ai-generativelanguage==0.1.0
112
- google-api-core==2.14.0
113
- google-auth==2.23.4
114
- google-generativeai==0.1.0rc1
115
- googleapis-common-protos==1.61.0
116
- gradio==4.1.2
117
- gradio_client==0.7.0
118
- greenlet==3.0.1
119
  h11==0.14.0
120
  httpcore==1.0.1
121
  httpx==0.25.1
@@ -186,3 +101,4 @@ urllib3==2.0.7
186
  uvicorn==0.24.0.post1
187
  websockets==11.0.3
188
  yarl==1.9.2
 
 
1
+
2
+ Flask==3.0.0
3
  aiofiles==23.2.1
4
  aiohttp==3.8.6
 
5
  aiosignal==1.3.1
6
  altair==5.1.2
7
  annotated-types==0.6.0
8
  anyio==3.7.1
9
  async-timeout==4.0.3
10
  attrs==23.1.0
 
11
  certifi==2023.7.22
12
  charset-normalizer==3.3.2
13
  click==8.1.7
 
17
  dataclasses-json==0.6.1
18
  et-xmlfile==1.1.0
19
  exceptiongroup==1.1.3
 
20
  fastapi==0.104.1
21
  ffmpy==0.3.1
22
  filelock==3.13.1
 
23
  fonttools==4.44.0
24
  frozenlist==1.4.0
25
  fsspec==2023.10.0
 
31
  gradio==4.1.2
32
  gradio_client==0.7.0
33
  greenlet==3.0.1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
34
  h11==0.14.0
35
  httpcore==1.0.1
36
  httpx==0.25.1
 
101
  uvicorn==0.24.0.post1
102
  websockets==11.0.3
103
  yarl==1.9.2
104
+