Spaces:
Running
Running
lucas-wa
commited on
Commit
·
471e055
1
Parent(s):
c88b195
Update requirements
Browse files- server/requirements.txt +6 -193
server/requirements.txt
CHANGED
@@ -1,195 +1,8 @@
|
|
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 |
-
|
84 |
-
|
85 |
-
langchain-google-genai
|
86 |
-
langchain-
|
|
|
87 |
langsmith
|
88 |
-
|
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 |
-
PyYAML==6.0.1
|
159 |
-
pyzmq==25.1.1
|
160 |
-
requests==2.31.0
|
161 |
-
requests-oauthlib==2.0.0
|
162 |
-
rich==13.6.0
|
163 |
-
rsa==4.9
|
164 |
-
s3transfer==0.10.1
|
165 |
-
schema==0.7.5
|
166 |
-
semver==3.0.2
|
167 |
-
shellingham==1.5.4
|
168 |
-
simple-di==0.1.5
|
169 |
-
six==1.16.0
|
170 |
-
sniffio==1.3.0
|
171 |
-
SQLAlchemy==2.0.30
|
172 |
-
stack-data==0.6.3
|
173 |
-
starlette==0.37.2
|
174 |
-
stevedore==5.2.0
|
175 |
-
sympy==1.12
|
176 |
-
tabulate==0.9.0
|
177 |
-
tailer==0.4.1
|
178 |
-
tenacity==8.3.0
|
179 |
-
tokenizers==0.19.1
|
180 |
-
tornado==6.3.3
|
181 |
-
tqdm==4.66.4
|
182 |
-
traitlets==5.14.1
|
183 |
-
typer==0.12.3
|
184 |
-
typing-inspect==0.9.0
|
185 |
-
typing_extensions==4.8.0
|
186 |
-
tzdata==2024.1
|
187 |
-
urllib3==2.0.7
|
188 |
-
uvicorn==0.23.2
|
189 |
-
watchfiles==0.21.0
|
190 |
-
wcwidth==0.2.13
|
191 |
-
websocket-client==1.8.0
|
192 |
-
websockets==12.0
|
193 |
-
wrapt==1.15.0
|
194 |
-
yarl==1.9.2
|
195 |
-
zipp==3.17.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
langchain==0.1.6
|
2 |
+
chromadb
|
3 |
+
lark
|
4 |
+
langchain-google-genai
|
5 |
+
langchain-core
|
6 |
+
langchain-community
|
7 |
langsmith
|
8 |
+
langchain-text-splitters
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|