TheZakynthian commited on
Commit
26e9136
·
verified ·
1 Parent(s): e9db921

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +102 -4
requirements.txt CHANGED
@@ -1,4 +1,102 @@
1
- gradio
2
- requests
3
- llama-index
4
- llama-index-llms-huggingface-api
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==24.1.0
2
+ aiohappyeyeballs==2.6.1
3
+ aiohttp==3.12.13
4
+ aiosignal==1.3.2
5
+ annotated-types==0.7.0
6
+ anyio==4.9.0
7
+ attrs==25.3.0
8
+ Authlib==1.6.0
9
+ certifi==2025.6.15
10
+ cffi==1.17.1
11
+ charset-normalizer==3.4.2
12
+ click==8.2.1
13
+ colorama==0.4.6
14
+ cryptography==45.0.4
15
+ dataclasses-json==0.6.7
16
+ distro==1.9.0
17
+ fastapi==0.115.14
18
+ ffmpeg-python==0.2.0
19
+ ffmpy==0.6.0
20
+ filelock==3.18.0
21
+ frozenlist==1.7.0
22
+ fsspec==2025.5.1
23
+ future==1.0.0
24
+ gradio==5.35.0
25
+ gradio_client==1.10.4
26
+ greenlet==3.2.3
27
+ groovy==0.1.2
28
+ h11==0.16.0
29
+ httpcore==1.0.9
30
+ httpx==0.28.1
31
+ httpx-sse==0.4.1
32
+ huggingface-hub==0.33.1
33
+ idna==3.10
34
+ itsdangerous==2.2.0
35
+ Jinja2==3.1.6
36
+ jiter==0.10.0
37
+ jsonpatch==1.33
38
+ jsonpointer==3.0.0
39
+ langchain==0.3.26
40
+ langchain-community==0.3.26
41
+ langchain-core==0.3.67
42
+ langchain-openai==0.3.27
43
+ langchain-text-splitters==0.3.8
44
+ langgraph==0.5.0
45
+ langgraph-checkpoint==2.1.0
46
+ langgraph-prebuilt==0.5.2
47
+ langgraph-sdk==0.1.72
48
+ langsmith==0.4.4
49
+ markdown-it-py==3.0.0
50
+ MarkupSafe==3.0.2
51
+ marshmallow==3.26.1
52
+ mdurl==0.1.2
53
+ multidict==6.6.3
54
+ mypy_extensions==1.1.0
55
+ numpy==2.3.1
56
+ openai==1.93.0
57
+ opencv-python==4.11.0.86
58
+ orjson==3.10.18
59
+ ormsgpack==1.10.0
60
+ packaging==24.2
61
+ pandas==2.3.0
62
+ pillow==11.2.1
63
+ propcache==0.3.2
64
+ pycparser==2.22
65
+ pydantic==2.11.7
66
+ pydantic-settings==2.10.1
67
+ pydantic_core==2.33.2
68
+ pydub==0.25.1
69
+ Pygments==2.19.2
70
+ python-dateutil==2.9.0.post0
71
+ python-dotenv==1.1.1
72
+ python-multipart==0.0.20
73
+ pytube==15.0.0
74
+ pytz==2025.2
75
+ PyYAML==6.0.2
76
+ regex==2024.11.6
77
+ requests==2.32.4
78
+ requests-toolbelt==1.0.0
79
+ rich==14.0.0
80
+ ruff==0.12.1
81
+ safehttpx==0.1.6
82
+ semantic-version==2.10.0
83
+ shellingham==1.5.4
84
+ six==1.17.0
85
+ sniffio==1.3.1
86
+ SQLAlchemy==2.0.41
87
+ starlette==0.46.2
88
+ tenacity==9.1.2
89
+ tiktoken==0.9.0
90
+ tomlkit==0.13.3
91
+ tqdm==4.67.1
92
+ typer==0.16.0
93
+ typing-inspect==0.9.0
94
+ typing-inspection==0.4.1
95
+ typing_extensions==4.14.0
96
+ tzdata==2025.2
97
+ urllib3==2.5.0
98
+ uvicorn==0.35.0
99
+ websockets==15.0.1
100
+ xxhash==3.5.0
101
+ yarl==1.20.1
102
+ zstandard==0.23.0