hussamalafandi commited on
Commit
47f88d9
·
1 Parent(s): 0cdd743

Update requirements.txt to include comprehensive package dependencies

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