hussamalafandi commited on
Commit
db15426
·
1 Parent(s): 402bfc5

Update requirements.txt to include essential LangChain packages

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -121
requirements.txt CHANGED
@@ -1,121 +1,6 @@
1
- aiofiles==24.1.0
2
- aiohappyeyeballs==2.6.1
3
- aiohttp==3.11.18
4
- aiosignal==1.3.2
5
- annotated-types==0.7.0
6
- anyio==4.9.0
7
- asttokens==3.0.0
8
- attrs==25.3.0
9
- cachetools==5.5.2
10
- certifi==2025.4.26
11
- charset-normalizer==3.4.2
12
- click==8.1.8
13
- comm==0.2.2
14
- dataclasses-json==0.6.7
15
- debugpy==1.8.14
16
- decorator==5.2.1
17
- executing==2.2.0
18
- fastapi==0.115.12
19
- ffmpy==0.5.0
20
- filelock==3.18.0
21
- filetype==1.2.0
22
- frozenlist==1.6.0
23
- fsspec==2025.3.2
24
- google-ai-generativelanguage==0.6.18
25
- google-api-core==2.24.2
26
- google-auth==2.40.1
27
- googleapis-common-protos==1.70.0
28
- gradio==5.29.0
29
- gradio_client==1.10.0
30
- greenlet==3.2.1
31
- groovy==0.1.2
32
- grpcio==1.72.0rc1
33
- grpcio-status==1.72.0rc1
34
- h11==0.16.0
35
- hf-xet==1.1.0
36
- httpcore==1.0.9
37
- httpx==0.28.1
38
- httpx-sse==0.4.0
39
- huggingface-hub==0.31.1
40
- idna==3.10
41
- jedi==0.19.2
42
- Jinja2==3.1.6
43
- jsonpatch==1.33
44
- jsonpointer==3.0.0
45
- langchain==0.3.25
46
- langchain-community==0.3.23
47
- langchain-core==0.3.59
48
- langchain-google-genai==2.1.4
49
- langchain-text-splitters==0.3.8
50
- langgraph==0.4.3
51
- langgraph-checkpoint==2.0.25
52
- langgraph-prebuilt==0.1.8
53
- langgraph-sdk==0.1.66
54
- langsmith==0.3.42
55
- markdown-it-py==3.0.0
56
- MarkupSafe==3.0.2
57
- marshmallow==3.26.1
58
- matplotlib-inline==0.1.7
59
- mdurl==0.1.2
60
- multidict==6.4.3
61
- mypy_extensions==1.1.0
62
- nest-asyncio==1.6.0
63
- numpy==2.2.5
64
- orjson==3.10.18
65
- ormsgpack==1.9.1
66
- packaging==24.2
67
- pandas==2.2.3
68
- parso==0.8.4
69
- pexpect==4.9.0
70
- pillow==11.2.1
71
- platformdirs==4.3.8
72
- prompt_toolkit==3.0.51
73
- propcache==0.3.1
74
- proto-plus==1.26.1
75
- protobuf==6.30.2
76
- psutil==7.0.0
77
- ptyprocess==0.7.0
78
- pure_eval==0.2.3
79
- pyasn1==0.6.1
80
- pyasn1_modules==0.4.2
81
- pydantic==2.11.4
82
- pydantic-settings==2.9.1
83
- pydantic_core==2.33.2
84
- pydub==0.25.1
85
- Pygments==2.19.1
86
- python-dateutil==2.9.0.post0
87
- python-dotenv==1.1.0
88
- python-multipart==0.0.20
89
- pytz==2025.2
90
- PyYAML==6.0.2
91
- pyzmq==26.4.0
92
- requests==2.32.3
93
- requests-toolbelt==1.0.0
94
- rich==14.0.0
95
- rsa==4.9.1
96
- ruff==0.11.8
97
- safehttpx==0.1.6
98
- semantic-version==2.10.0
99
- shellingham==1.5.4
100
- six==1.17.0
101
- sniffio==1.3.1
102
- SQLAlchemy==2.0.40
103
- stack-data==0.6.3
104
- starlette==0.46.2
105
- tenacity==9.1.2
106
- tomlkit==0.13.2
107
- tornado==6.4.2
108
- tqdm==4.67.1
109
- traitlets==5.14.3
110
- typer==0.15.3
111
- typing-inspect==0.9.0
112
- typing-inspection==0.4.0
113
- typing_extensions==4.13.2
114
- tzdata==2025.2
115
- urllib3==2.4.0
116
- uvicorn==0.34.2
117
- wcwidth==0.2.13
118
- websockets==15.0.1
119
- xxhash==3.5.0
120
- yarl==1.20.0
121
- zstandard==0.23.0
 
1
+ huggingface_hub
2
+ langchain-text-splitters
3
+ langchain-community
4
+ langgraph
5
+ langchain-google-genai
6
+ langchain[google-genai]