Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -71
requirements.txt
CHANGED
@@ -1,71 +1,7 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
blinker==1.9.0
|
9 |
-
cachetools==5.5.0
|
10 |
-
certifi==2024.8.30
|
11 |
-
charset-normalizer==3.4.0
|
12 |
-
click==8.1.7
|
13 |
-
distro==1.9.0
|
14 |
-
frozenlist==1.5.0
|
15 |
-
gitdb==4.0.11
|
16 |
-
GitPython==3.1.43
|
17 |
-
greenlet==3.1.1
|
18 |
-
groq==0.13.0
|
19 |
-
h11==0.14.0
|
20 |
-
httpcore==1.0.7
|
21 |
-
httpx==0.28.0
|
22 |
-
idna==3.10
|
23 |
-
Jinja2==3.1.4
|
24 |
-
jsonpatch==1.33
|
25 |
-
jsonpointer==3.0.0
|
26 |
-
jsonschema==4.23.0
|
27 |
-
jsonschema-specifications==2024.10.1
|
28 |
-
langchain==0.3.9
|
29 |
-
langchain-core==0.3.21
|
30 |
-
langchain-groq==0.2.1
|
31 |
-
langchain-text-splitters==0.3.2
|
32 |
-
langsmith==0.1.147
|
33 |
-
markdown-it-py==3.0.0
|
34 |
-
MarkupSafe==3.0.2
|
35 |
-
mdurl==0.1.2
|
36 |
-
multidict==6.1.0
|
37 |
-
narwhals==1.15.2
|
38 |
-
numpy==2.1.3
|
39 |
-
orjson==3.10.12
|
40 |
-
packaging==24.2
|
41 |
-
pandas==2.2.3
|
42 |
-
pillow==10.4.0
|
43 |
-
propcache==0.2.1
|
44 |
-
protobuf==5.29.0
|
45 |
-
pyarrow==18.1.0
|
46 |
-
pydantic==2.10.2
|
47 |
-
pydantic_core==2.27.1
|
48 |
-
pydeck==0.9.1
|
49 |
-
Pygments==2.18.0
|
50 |
-
python-dateutil==2.9.0.post0
|
51 |
-
python-dotenv==1.0.1
|
52 |
-
pytz==2024.2
|
53 |
-
PyYAML==6.0.2
|
54 |
-
referencing==0.35.1
|
55 |
-
requests==2.32.3
|
56 |
-
requests-toolbelt==1.0.0
|
57 |
-
rich==13.9.4
|
58 |
-
rpds-py==0.22.0
|
59 |
-
six==1.16.0
|
60 |
-
smmap==5.0.1
|
61 |
-
sniffio==1.3.1
|
62 |
-
SQLAlchemy==2.0.36
|
63 |
-
streamlit==1.38.0
|
64 |
-
tenacity==8.5.0
|
65 |
-
toml==0.10.2
|
66 |
-
tornado==6.4.2
|
67 |
-
typing_extensions==4.12.2
|
68 |
-
tzdata==2024.2
|
69 |
-
urllib3==2.2.3
|
70 |
-
watchdog==4.0.2
|
71 |
-
yarl==1.18.3
|
|
|
1 |
+
langchain
|
2 |
+
langchain-core
|
3 |
+
langchain-groq
|
4 |
+
langchain-text-splitters
|
5 |
+
python-dotenv
|
6 |
+
requests
|
7 |
+
streamlit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|