lawallanre commited on
Commit
9e53cd0
·
verified ·
1 Parent(s): c19ebd0

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +103 -0
requirements.txt ADDED
@@ -0,0 +1,103 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohappyeyeballs==2.4.6
2
+ aiohttp==3.11.12
3
+ aiosignal==1.3.2
4
+ annotated-types==0.7.0
5
+ anyio==4.8.0
6
+ attrs==25.1.0
7
+ beautifulsoup4==4.13.3
8
+ certifi==2025.1.31
9
+ charset-normalizer==3.4.1
10
+ click==8.1.8
11
+ colorama==0.4.6
12
+ dataclasses-json==0.6.7
13
+ Deprecated==1.2.18
14
+ dirtyjson==1.0.8
15
+ distro==1.9.0
16
+ dnspython==2.7.0
17
+ email_validator==2.2.0
18
+ fastapi==0.115.8
19
+ fastapi-cli==0.0.7
20
+ filelock==3.17.0
21
+ filetype==1.2.0
22
+ frozenlist==1.5.0
23
+ fsspec==2025.2.0
24
+ greenlet==3.1.1
25
+ h11==0.14.0
26
+ httpcore==1.0.7
27
+ httptools==0.6.4
28
+ httpx==0.28.1
29
+ huggingface-hub==0.28.1
30
+ idna==3.10
31
+ Jinja2==3.1.5
32
+ jiter==0.8.2
33
+ joblib==1.4.2
34
+ llama-cloud==0.1.12
35
+ llama-cloud-services==0.6.1
36
+ llama-index==0.12.17
37
+ llama-index-agent-openai==0.4.5
38
+ llama-index-cli==0.4.0
39
+ llama-index-core==0.12.17
40
+ llama-index-embeddings-openai==0.3.1
41
+ llama-index-indices-managed-llama-cloud==0.6.4
42
+ llama-index-llms-groq==0.3.1
43
+ llama-index-llms-ollama==0.5.2
44
+ llama-index-llms-openai==0.3.19
45
+ llama-index-llms-openai-like==0.3.3
46
+ llama-index-multi-modal-llms-openai==0.4.3
47
+ llama-index-program-openai==0.3.1
48
+ llama-index-question-gen-openai==0.3.0
49
+ llama-index-readers-file==0.4.5
50
+ llama-index-readers-llama-parse==0.4.0
51
+ llama-parse==0.6.1
52
+ markdown-it-py==3.0.0
53
+ MarkupSafe==3.0.2
54
+ marshmallow==3.26.1
55
+ mdurl==0.1.2
56
+ multidict==6.1.0
57
+ mypy-extensions==1.0.0
58
+ nest-asyncio==1.6.0
59
+ networkx==3.4.2
60
+ nltk==3.9.1
61
+ numpy==2.2.3
62
+ ollama==0.4.7
63
+ openai==1.63.0
64
+ packaging==24.2
65
+ pandas==2.2.3
66
+ pillow==11.1.0
67
+ propcache==0.2.1
68
+ pydantic==2.10.6
69
+ pydantic_core==2.27.2
70
+ Pygments==2.19.1
71
+ pypdf==5.3.0
72
+ python-dateutil==2.9.0.post0
73
+ python-dotenv==1.0.1
74
+ python-multipart==0.0.20
75
+ pytz==2025.1
76
+ PyYAML==6.0.2
77
+ regex==2024.11.6
78
+ requests==2.32.3
79
+ rich==13.9.4
80
+ rich-toolkit==0.13.2
81
+ safetensors==0.5.2
82
+ shellingham==1.5.4
83
+ six==1.17.0
84
+ sniffio==1.3.1
85
+ soupsieve==2.6
86
+ SQLAlchemy==2.0.38
87
+ starlette==0.45.3
88
+ striprtf==0.0.26
89
+ tenacity==9.0.0
90
+ tiktoken==0.8.0
91
+ tokenizers==0.21.0
92
+ tqdm==4.67.1
93
+ transformers==4.48.3
94
+ typer==0.15.1
95
+ typing-inspect==0.9.0
96
+ typing_extensions==4.12.2
97
+ tzdata==2025.1
98
+ urllib3==2.3.0
99
+ uvicorn==0.34.0
100
+ watchfiles==1.0.4
101
+ websockets==14.2
102
+ wrapt==1.17.2
103
+ yarl==1.18.3