Skip to content

Commit 1d7454f

Browse files
committed
Add requirements file
1 parent 8a32f3d commit 1d7454f

File tree

1 file changed

+99
-0
lines changed

1 file changed

+99
-0
lines changed

python-llamaindex/requirements.txt

Lines changed: 99 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,99 @@
1+
aiohappyeyeballs==2.6.1
2+
aiohttp==3.13.2
3+
aiosignal==1.4.0
4+
aiosqlite==0.21.0
5+
annotated-types==0.7.0
6+
anyio==4.11.0
7+
attrs==25.4.0
8+
banks==2.2.0
9+
beautifulsoup4==4.14.2
10+
cachetools==6.2.2
11+
certifi==2025.11.12
12+
charset-normalizer==3.4.4
13+
click==8.3.1
14+
colorama==0.4.6
15+
dataclasses-json==0.6.7
16+
defusedxml==0.7.1
17+
deprecated==1.2.18
18+
dirtyjson==1.0.8
19+
distro==1.9.0
20+
filetype==1.2.0
21+
frozenlist==1.8.0
22+
fsspec==2025.10.0
23+
google-auth==2.43.0
24+
google-genai==1.52.0
25+
greenlet==3.2.4
26+
griffe==1.15.0
27+
h11==0.16.0
28+
httpcore==1.0.9
29+
httpx==0.28.1
30+
idna==3.11
31+
iniconfig==2.3.0
32+
jinja2==3.1.6
33+
jiter==0.12.0
34+
joblib==1.5.2
35+
llama-cloud==0.1.35
36+
llama-cloud-services==0.6.54
37+
llama-index==0.14.8
38+
llama-index-cli==0.5.3
39+
llama-index-core==0.14.8
40+
llama-index-embeddings-google-genai==0.3.1
41+
llama-index-embeddings-ollama==0.8.4
42+
llama-index-embeddings-openai==0.5.1
43+
llama-index-indices-managed-llama-cloud==0.9.4
44+
llama-index-instrumentation==0.4.2
45+
llama-index-llms-google-genai==0.7.3
46+
llama-index-llms-ollama==0.9.0
47+
llama-index-llms-openai==0.6.9
48+
llama-index-readers-file==0.5.5
49+
llama-index-readers-llama-parse==0.5.1
50+
llama-index-workflows==2.11.5
51+
llama-parse==0.6.54
52+
markupsafe==3.0.3
53+
marshmallow==3.26.1
54+
multidict==6.7.0
55+
mypy-extensions==1.1.0
56+
nest-asyncio==1.6.0
57+
networkx==3.6
58+
nltk==3.9.2
59+
numpy==2.3.5
60+
ollama==0.6.1
61+
openai==2.8.1
62+
packaging==25.0
63+
pandas==2.2.3
64+
pillow==12.0.0
65+
platformdirs==4.5.0
66+
pluggy==1.6.0
67+
propcache==0.4.1
68+
pyasn1==0.6.1
69+
pyasn1-modules==0.4.2
70+
pydantic==2.12.5
71+
pydantic-core==2.41.5
72+
pygments==2.19.2
73+
pypdf==6.4.0
74+
pytest==9.0.1
75+
pytest-asyncio==1.3.0
76+
python-dateutil==2.9.0.post0
77+
python-dotenv==1.2.1
78+
pytz==2025.2
79+
pyyaml==6.0.3
80+
regex==2025.11.3
81+
requests==2.32.5
82+
rsa==4.9.1
83+
setuptools==80.9.0
84+
six==1.17.0
85+
sniffio==1.3.1
86+
soupsieve==2.8
87+
sqlalchemy==2.0.44
88+
striprtf==0.0.26
89+
tenacity==9.1.2
90+
tiktoken==0.12.0
91+
tqdm==4.67.1
92+
typing-extensions==4.15.0
93+
typing-inspect==0.9.0
94+
typing-inspection==0.4.2
95+
tzdata==2025.2
96+
urllib3==2.5.0
97+
websockets==15.0.1
98+
wrapt==1.17.3
99+
yarl==1.22.0

0 commit comments

Comments
 (0)