lucas-wa commited on
Commit
887c835
·
1 Parent(s): eef6043

Update requirements

Browse files
Files changed (1) hide show
  1. server/requirements.txt +195 -6
server/requirements.txt CHANGED
@@ -1,8 +1,197 @@
1
- langchain==0.1.6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  chromadb==0.5.0
3
- lark==1.1.9
4
- langchain-google-genai==1.0.1
5
- langchain-core==0.1.22
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  langchain-community==0.0.20
7
- langsmith==0.0.87
8
- langchain_text_splitters
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohttp==3.8.6
2
+ aiosignal==1.3.1
3
+ annotated-types==0.6.0
4
+ anyio==4.0.0
5
+ appdirs==1.4.4
6
+ asgiref==3.7.2
7
+ asttokens==2.4.1
8
+ async-timeout==4.0.3
9
+ attrs==23.1.0
10
+ backoff==2.2.1
11
+ bcrypt==4.1.3
12
+ boto3==1.34.100
13
+ botocore==1.34.100
14
+ build==1.0.3
15
+ cachetools==5.3.3
16
+ cattrs==23.1.2
17
+ certifi==2023.7.22
18
+ cffi==1.16.0
19
+ charset-normalizer==3.3.2
20
+ chroma-hnswlib==0.7.3
21
  chromadb==0.5.0
22
+ circus==0.18.0
23
+ click==8.1.7
24
+ click-option-group==0.5.6
25
+ cloudpickle==3.0.0
26
+ colorama==0.4.6
27
+ coloredlogs==15.0.1
28
+ comm==0.2.1
29
+ contextlib2==21.6.0
30
+ contourpy==1.2.0
31
+ cryptography==42.0.7
32
+ cycler==0.12.1
33
+ dataclasses-json==0.6.5
34
+ debugpy==1.8.0
35
+ decorator==5.1.1
36
+ deepmerge==1.1.0
37
+ Deprecated==1.2.14
38
+ dill==0.3.6
39
+ dnslib==0.9.24
40
+ dnspython==1.16.0
41
+ docopt==0.6.2
42
+ docutils==0.21.2
43
+ ecdsa==0.19.0
44
+ executing==2.0.1
45
+ fastapi==0.110.1
46
+ filelock==3.14.0
47
+ flatbuffers==24.3.25
48
+ fonttools==4.47.2
49
+ frozenlist==1.4.0
50
+ fs==2.4.16
51
+ fsspec==2024.3.1
52
+ google-ai-generativelanguage==0.4.0
53
+ google-api-core==2.19.0
54
+ google-auth==2.29.0
55
+ google-generativeai==0.4.1
56
+ googleapis-common-protos==1.63.0
57
+ greenlet==3.0.3
58
+ grpcio==1.63.0
59
+ grpcio-status==1.62.2
60
+ h11==0.14.0
61
+ httpcore==1.0.1
62
+ httptools==0.6.1
63
+ httpx==0.25.1
64
+ huggingface-hub==0.23.0
65
+ humanfriendly==10.0
66
+ idna==3.4
67
+ importlib-metadata==6.8.0
68
+ importlib_resources==6.4.0
69
+ inflection==0.5.1
70
+ install==1.3.5
71
+ ipykernel==6.29.0
72
+ ipython==8.20.0
73
+ jedi==0.19.1
74
+ Jinja2==3.1.2
75
+ jmespath==1.0.1
76
+ jsonpatch==1.33
77
+ jsonpointer==2.4
78
+ jupyter_client==8.6.0
79
+ jupyter_core==5.7.1
80
+ kiwisolver==1.4.5
81
+ kubernetes==29.0.0
82
+ langchain==0.1.6
83
  langchain-community==0.0.20
84
+ langchain-core==0.1.52
85
+ langchain-google-genai==1.0.1
86
+ langchain-text-splitters==0.0.1
87
+ langsmith==0.1.57
88
+ lark==1.1.9
89
+ localstack-client==2.5
90
+ localstack-core==3.4.0
91
+ localstack-ext==3.4.0
92
+ lockfile==0.12.2
93
+ markdown-it-py==3.0.0
94
+ MarkupSafe==2.1.3
95
+ marshmallow==3.21.2
96
+ matplotlib==3.8.2
97
+ matplotlib-inline==0.1.6
98
+ mdurl==0.1.2
99
+ mmh3==4.1.0
100
+ monotonic==1.6
101
+ mpmath==1.3.0
102
+ multidict==6.0.4
103
+ mypy-extensions==1.0.0
104
+ nest-asyncio==1.6.0
105
+ numpy==1.26.1
106
+ oauthlib==3.2.2
107
+ onnxruntime==1.17.3
108
+ opentelemetry-api==1.24.0
109
+ opentelemetry-exporter-otlp-proto-common==1.24.0
110
+ opentelemetry-exporter-otlp-proto-grpc==1.24.0
111
+ opentelemetry-instrumentation==0.45b0
112
+ opentelemetry-instrumentation-aiohttp-client==0.41b0
113
+ opentelemetry-instrumentation-asgi==0.45b0
114
+ opentelemetry-instrumentation-fastapi==0.45b0
115
+ opentelemetry-proto==1.24.0
116
+ opentelemetry-sdk==1.24.0
117
+ opentelemetry-semantic-conventions==0.45b0
118
+ opentelemetry-util-http==0.45b0
119
+ orjson==3.10.3
120
+ overrides==7.7.0
121
+ packaging==23.2
122
+ pandas==2.2.2
123
+ parso==0.8.3
124
+ pathspec==0.11.2
125
+ pbr==6.0.0
126
+ pillow==10.2.0
127
+ pip-requirements-parser==32.0.1
128
+ pip-tools==7.3.0
129
+ platformdirs==4.1.0
130
+ plux==1.9.0
131
+ posthog==3.5.0
132
+ prometheus-client==0.18.0
133
+ prompt-toolkit==3.0.43
134
+ proto-plus==1.23.0
135
+ protobuf==4.25.3
136
+ psutil==5.9.6
137
+ pure-eval==0.2.2
138
+ pwdpy==1.0.1
139
+ pyaes==1.6.1
140
+ pyasn1==0.6.0
141
+ pyasn1_modules==0.4.0
142
+ pycparser==2.22
143
+ pydantic==2.6.4
144
+ pydantic_core==2.16.3
145
+ Pygments==2.16.1
146
+ pynvml==11.5.0
147
+ pyparsing==3.1.1
148
+ PyPika==0.48.9
149
+ pyproject_hooks==1.0.0
150
+ pyreadline3==3.4.1
151
+ python-daemon==2.1.2
152
+ python-dateutil==2.8.2
153
+ python-dotenv==1.0.1
154
+ python-jose==3.3.0
155
+ python-json-logger==2.0.7
156
+ python-multipart==0.0.6
157
+ pytz==2024.1
158
+ pywin32==306
159
+ PyYAML==6.0.1
160
+ pyzmq==25.1.1
161
+ requests==2.31.0
162
+ requests-oauthlib==2.0.0
163
+ rich==13.6.0
164
+ rsa==4.9
165
+ s3transfer==0.10.1
166
+ schema==0.7.5
167
+ semver==3.0.2
168
+ shellingham==1.5.4
169
+ simple-di==0.1.5
170
+ six==1.16.0
171
+ sniffio==1.3.0
172
+ SQLAlchemy==2.0.30
173
+ stack-data==0.6.3
174
+ starlette==0.37.2
175
+ stevedore==5.2.0
176
+ sympy==1.12
177
+ tabulate==0.9.0
178
+ tailer==0.4.1
179
+ tenacity==8.3.0
180
+ tokenizers==0.19.1
181
+ tornado==6.3.3
182
+ tqdm==4.66.4
183
+ traitlets==5.14.1
184
+ typer==0.12.3
185
+ typing-inspect==0.9.0
186
+ typing_extensions==4.8.0
187
+ tzdata==2024.1
188
+ urllib3==2.0.7
189
+ uvicorn==0.23.2
190
+ watchfiles==0.21.0
191
+ wcwidth==0.2.13
192
+ websocket-client==1.8.0
193
+ websockets==12.0
194
+ windows-curses==2.3.2
195
+ wrapt==1.15.0
196
+ yarl==1.9.2
197
+ zipp==3.17.0