agsagds commited on
Commit
cfaac78
·
1 Parent(s): dec6bf3

fix: remove unnecessary requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +20 -140
requirements.txt CHANGED
@@ -1,145 +1,25 @@
1
- aiofiles==24.1.0
2
- aiohappyeyeballs==2.6.1
3
- aiohttp==3.13.2
4
- aiosignal==1.4.0
5
- aiosqlite==0.21.0
6
- annotated-doc==0.0.3
7
- annotated-types==0.7.0
8
- anyio==4.11.0
9
- arxiv==2.3.0
10
- attrs==25.4.0
11
- Authlib==1.6.5
12
- banks==2.2.0
13
- beautifulsoup4==4.14.2
14
- Brotli==1.1.0
15
- certifi==2025.10.5
16
- cffi==2.0.0
17
- chardet==5.2.0
18
- charset-normalizer==3.4.4
19
- click==8.3.0
20
- colorama==0.4.6
21
- cryptography==46.0.3
22
- cssselect==1.3.0
23
- dataclasses-json==0.6.7
24
- ddgs==9.9.0
25
- defusedxml==0.7.1
26
- Deprecated==1.2.18
27
- dirtyjson==1.0.8
28
- distro==1.9.0
29
- duckduckgo_search==6.4.2
30
- fastapi==0.121.0
31
- feedparser==6.0.12
32
- ffmpy==0.6.4
33
- filelock==3.20.0
34
- filetype==1.2.0
35
- frozenlist==1.8.0
36
- fsspec==2025.10.0
37
- gradio==5.49.1
38
- gradio_client==1.13.3
39
- greenlet==3.2.4
40
- griffe==1.14.0
41
- groovy==0.1.2
42
- h11==0.16.0
43
- h2==4.3.0
44
- hf-xet==1.2.0
45
- hpack==4.1.0
46
- html5lib==1.1
47
- httpcore==1.0.9
48
- httpx==0.28.1
49
- huggingface-hub==0.36.0
50
- hyperframe==6.1.0
51
- idna==3.11
52
- itsdangerous==2.2.0
53
- Jinja2==3.1.6
54
- jiter==0.11.1
55
- joblib==1.5.2
56
- llama-cloud==0.1.35
57
- llama-cloud-services==0.6.54
58
- llama-index==0.14.8
59
- llama-index-cli==0.5.3
60
  llama-index-core==0.14.8
61
- llama-index-embeddings-openai==0.5.1
62
- llama-index-indices-managed-llama-cloud==0.9.4
63
- llama-index-instrumentation==0.4.2
64
- llama-index-llms-huggingface-api==0.6.1
65
- llama-index-llms-nebius==0.2.1
66
- llama-index-llms-ollama==0.9.0
67
- llama-index-llms-openai==0.6.7
68
- llama-index-llms-openai-like==0.5.3
69
- llama-index-readers-file==0.5.4
70
- llama-index-readers-llama-parse==0.5.1
71
  llama-index-tools-arxiv==0.4.1
72
- llama-index-tools-duckduckgo==0.4.1
73
  llama-index-tools-wikipedia==0.4.1
74
- llama-index-workflows==2.10.3
75
- llama-parse==0.6.54
76
- lxml==6.0.2
77
- lxml_html_clean==0.4.3
78
- markdown-it-py==4.0.0
79
- MarkupSafe==3.0.3
80
- marshmallow==3.26.1
81
- mdurl==0.1.2
82
- multidict==6.7.0
83
- mypy_extensions==1.1.0
84
- nest-asyncio==1.6.0
85
- networkx==3.5
86
- nltk==3.9.2
87
- numpy==2.3.4
88
- ollama==0.6.0
89
- openai==1.109.1
90
- orjson==3.11.4
91
- packaging==25.0
92
- pandas==2.2.3
93
- pillow==11.3.0
94
- platformdirs==4.5.0
95
- primp==0.15.0
96
- propcache==0.4.1
97
- pycparser==2.23
98
- pydantic==2.11.10
99
- pydantic_core==2.33.2
100
- pydub==0.25.1
101
- Pygments==2.19.2
102
- pypdf==6.2.0
103
- python-dateutil==2.9.0.post0
104
- python-dotenv==1.2.1
105
- python-multipart==0.0.20
106
- pytz==2025.2
107
- PyYAML==6.0.3
108
- readabilipy==0.3.0
109
  readability-lxml==0.8.4.1
110
- regex==2025.11.3
 
 
 
111
  requests==2.32.5
112
- rich==14.2.0
113
- ruff==0.14.3
114
- safehttpx==0.1.7
115
- safetensors==0.6.2
116
- semantic-version==2.10.0
117
- setuptools==80.9.0
118
- sgmllib3k==1.0.0
119
- shellingham==1.5.4
120
- six==1.17.0
121
- sniffio==1.3.1
122
- socksio==1.0.0
123
- soupsieve==2.8
124
- SQLAlchemy==2.0.44
125
- starlette==0.49.3
126
- striprtf==0.0.26
127
- tenacity==9.1.2
128
- tiktoken==0.12.0
129
- tokenizers==0.22.1
130
- tomlkit==0.13.3
131
- tqdm==4.67.1
132
- transformers==4.57.1
133
- typer==0.20.0
134
- typer-slim==0.20.0
135
- typing-inspect==0.9.0
136
- typing-inspection==0.4.2
137
- typing_extensions==4.15.0
138
- tzdata==2025.2
139
- urllib3==2.5.0
140
- uvicorn==0.38.0
141
- webencodings==0.5.1
142
- websockets==15.0.1
143
- wikipedia==1.4.0
144
- wrapt==1.17.3
145
- yarl==1.22.0
 
1
+ # Core LlamaIndex packages
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  llama-index-core==0.14.8
3
+ llama-index-workflows==2.10.3
 
 
 
 
 
 
 
 
 
4
  llama-index-tools-arxiv==0.4.1
 
5
  llama-index-tools-wikipedia==0.4.1
6
+ llama-index-llms-nebius==0.2.1
7
+ llama-index-llms-huggingface-api==0.6.1
8
+
9
+ # Web search and scraping
10
+ ddgs==9.9.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  readability-lxml==0.8.4.1
12
+ beautifulsoup4==4.14.2
13
+
14
+ # HTTP clients
15
+ httpx==0.28.1
16
  requests==2.32.5
17
+
18
+ # Web interface
19
+ gradio==5.49.1
20
+
21
+ # Data processing
22
+ pandas==2.2.3
23
+
24
+ # Environment management
25
+ python-dotenv==1.2.1