budhadityac24 commited on
Commit
2d34e83
1 Parent(s): b3702a1

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +125 -0
requirements.txt ADDED
@@ -0,0 +1,125 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohappyeyeballs==2.3.5
2
+ aiohttp==3.10.1
3
+ aiosignal==1.3.1
4
+ altair==5.3.0
5
+ annotated-types==0.7.0
6
+ anyio==4.4.0
7
+ async-timeout==4.0.3
8
+ attrs==24.2.0
9
+ beautifulsoup4==4.12.3
10
+ blinker==1.8.2
11
+ cachetools==5.4.0
12
+ certifi==2024.7.4
13
+ charset-normalizer==3.3.2
14
+ click==8.1.7
15
+ colorama==0.4.6
16
+ dataclasses-json==0.6.7
17
+ Deprecated==1.2.14
18
+ dirtyjson==1.0.8
19
+ distro==1.9.0
20
+ exceptiongroup==1.2.2
21
+ frozenlist==1.4.1
22
+ fsspec==2024.6.1
23
+ gitdb==4.0.11
24
+ GitPython==3.1.43
25
+ google-ai-generativelanguage==0.6.6
26
+ google-api-core==2.19.1
27
+ google-api-python-client==2.140.0
28
+ google-auth==2.33.0
29
+ google-auth-httplib2==0.2.0
30
+ google-generativeai==0.7.2
31
+ googleapis-common-protos==1.63.2
32
+ greenlet==3.0.3
33
+ groq==0.9.0
34
+ grpcio==1.65.4
35
+ grpcio-status==1.62.3
36
+ h11==0.14.0
37
+ httpcore==1.0.5
38
+ httplib2==0.22.0
39
+ httpx==0.27.0
40
+ idna==3.7
41
+ Jinja2==3.1.4
42
+ jiter==0.5.0
43
+ joblib==1.4.2
44
+ jsonpatch==1.33
45
+ jsonpointer==3.0.0
46
+ jsonschema==4.23.0
47
+ jsonschema-specifications==2023.12.1
48
+ langchain==0.2.12
49
+ langchain-core==0.2.29
50
+ langchain-google-genai==1.0.8
51
+ langchain-text-splitters==0.2.2
52
+ langsmith==0.1.98
53
+ llama-cloud==0.0.13
54
+ llama-index==0.10.62
55
+ llama-index-agent-openai==0.2.9
56
+ llama-index-cli==0.1.13
57
+ llama-index-core==0.10.62
58
+ llama-index-embeddings-openai==0.1.11
59
+ llama-index-indices-managed-llama-cloud==0.2.7
60
+ llama-index-legacy==0.9.48
61
+ llama-index-llms-openai==0.1.29
62
+ llama-index-multi-modal-llms-openai==0.1.9
63
+ llama-index-program-openai==0.1.7
64
+ llama-index-question-gen-openai==0.1.3
65
+ llama-index-readers-file==0.1.32
66
+ llama-index-readers-llama-parse==0.1.6
67
+ llama-parse==0.4.9
68
+ markdown-it-py==3.0.0
69
+ MarkupSafe==2.1.5
70
+ marshmallow==3.21.3
71
+ mdurl==0.1.2
72
+ multidict==6.0.5
73
+ mypy-extensions==1.0.0
74
+ nest-asyncio==1.6.0
75
+ networkx==3.3
76
+ nltk==3.8.1
77
+ numpy==1.26.4
78
+ openai==1.40.1
79
+ orjson==3.10.6
80
+ packaging==24.1
81
+ pandas==2.2.2
82
+ pillow==10.4.0
83
+ proto-plus==1.24.0
84
+ protobuf==4.25.4
85
+ pyarrow==17.0.0
86
+ pyasn1==0.6.0
87
+ pyasn1_modules==0.4.0
88
+ pydantic==2.8.2
89
+ pydantic_core==2.20.1
90
+ pydeck==0.9.1
91
+ Pygments==2.18.0
92
+ pyparsing==3.1.2
93
+ pypdf==4.3.1
94
+ PyPDF3==1.0.6
95
+ python-dateutil==2.9.0.post0
96
+ python-dotenv==1.0.1
97
+ pytz==2024.1
98
+ PyYAML==6.0.2
99
+ referencing==0.35.1
100
+ regex==2024.7.24
101
+ requests==2.32.3
102
+ rich==13.7.1
103
+ rpds-py==0.20.0
104
+ rsa==4.9
105
+ six==1.16.0
106
+ smmap==5.0.1
107
+ sniffio==1.3.1
108
+ soupsieve==2.5
109
+ SQLAlchemy==2.0.32
110
+ streamlit==1.37.1
111
+ striprtf==0.0.26
112
+ tenacity==8.5.0
113
+ tiktoken==0.7.0
114
+ toml==0.10.2
115
+ toolz==0.12.1
116
+ tornado==6.4.1
117
+ tqdm==4.66.5
118
+ typing-inspect==0.9.0
119
+ typing_extensions==4.12.2
120
+ tzdata==2024.1
121
+ uritemplate==4.1.1
122
+ urllib3==2.2.2
123
+ watchdog==4.0.1
124
+ wrapt==1.16.0
125
+ yarl==1.9.4