Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +35 -0
requirements.txt
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
SQLAlchemy-2.0.23
|
2 |
+
ltair-5.1.2
|
3 |
+
annotated-types-0.6.0
|
4 |
+
blinker-1.7.0
|
5 |
+
cachetools-5.3.2
|
6 |
+
dataclasses-json-0.6.2
|
7 |
+
distro-1.8.0
|
8 |
+
gitdb-4.0.11
|
9 |
+
gitpython-3.1.40
|
10 |
+
greenlet-3.0.1
|
11 |
+
h11-0.14.0
|
12 |
+
httpcore-1.0.2
|
13 |
+
httpx-0.25.2
|
14 |
+
importlib-metadata-6.8.0
|
15 |
+
jsonpatch-1.33
|
16 |
+
langchain-0.0.340
|
17 |
+
langsmith-0.0.66
|
18 |
+
markdown-it-py-3.0.0
|
19 |
+
marshmallow-3.20.1
|
20 |
+
mdurl-0.1.2
|
21 |
+
mypy-extensions-1.0.0
|
22 |
+
protobuf-4.25.1
|
23 |
+
pydantic-2.5.2
|
24 |
+
pydantic-core-2.14.5
|
25 |
+
pydeck-0.8.1b0
|
26 |
+
python-dotenv-1.0.0
|
27 |
+
rich-13.7.0
|
28 |
+
smmap-5.0.1
|
29 |
+
toml-0.10.2
|
30 |
+
toolz-0.12.0
|
31 |
+
typing-inspect-0.9.0
|
32 |
+
tzlocal-5.2
|
33 |
+
validators-0.22.0
|
34 |
+
watchdog-3.0.0
|
35 |
+
zipp-3.17.0
|