parvezalmuqtadir commited on
Commit
fc4d26c
1 Parent(s): fa3b4b8

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -144
requirements.txt CHANGED
@@ -1,145 +1,8 @@
1
- aiofiles==23.2.1
2
- aiohttp==3.9.2
3
- aiosignal==1.3.1
4
- altair==5.2.0
5
- annotated-types==0.6.0
6
- anyio==4.2.0
7
- asgiref==3.7.2
8
- async-timeout==4.0.3
9
- attrs==23.2.0
10
- backoff==2.2.1
11
- bcrypt==4.1.2
12
- build==1.0.3
13
- cachetools==5.3.2
14
- certifi==2023.11.17
15
- charset-normalizer==3.3.2
16
- chroma-hnswlib==0.7.3
17
- chromadb==0.4.22
18
- click==8.1.7
19
- colorama==0.4.6
20
- coloredlogs==15.0.1
21
- contourpy==1.2.0
22
- cycler==0.12.1
23
- dataclasses-json==0.6.3
24
- Deprecated==1.2.14
25
- distro==1.9.0
26
- exceptiongroup==1.2.0
27
- fastapi==0.109.0
28
- ffmpy==0.3.1
29
- filelock==3.13.1
30
- flatbuffers==23.5.26
31
- fonttools==4.47.2
32
- frozenlist==1.4.1
33
- fsspec==2023.12.2
34
- google-auth==2.27.0
35
- googleapis-common-protos==1.62.0
36
- gradio==4.16.0
37
- gradio-client==0.8.1
38
- grpcio==1.60.0
39
- gTTS==2.5.1
40
- h11==0.14.0
41
- httpcore==1.0.2
42
- httptools==0.6.1
43
- httpx==0.26.0
44
- huggingface-hub==0.20.3
45
- humanfriendly==10.0
46
- idna==3.6
47
- importlib-metadata==6.11.0
48
- importlib-resources==6.1.1
49
- Jinja2==3.1.3
50
- jsonpatch==1.33
51
- jsonpointer==2.4
52
- jsonschema==4.21.1
53
- jsonschema-specifications==2023.12.1
54
- kiwisolver==1.4.5
55
- kubernetes==29.0.0
56
- langchain==0.1.4
57
- langchain-community==0.0.16
58
- langchain-core==0.1.16
59
  langchain-openai
60
- langsmith==0.0.84
61
- markdown-it-py==3.0.0
62
- MarkupSafe==2.1.4
63
- marshmallow==3.20.2
64
- matplotlib==3.8.2
65
- mdurl==0.1.2
66
- mmh3==4.1.0
67
- monotonic==1.6
68
- mpmath==1.3.0
69
- multidict==6.0.4
70
- mypy-extensions==1.0.0
71
- numpy==1.26.3
72
- oauthlib==3.2.2
73
- onnxruntime==1.16.3
74
- openai==0.28.0
75
- opentelemetry-api==1.22.0
76
- opentelemetry-exporter-otlp-proto-common==1.22.0
77
- opentelemetry-exporter-otlp-proto-grpc==1.22.0
78
- opentelemetry-instrumentation==0.43b0
79
- opentelemetry-instrumentation-asgi==0.43b0
80
- opentelemetry-instrumentation-fastapi==0.43b0
81
- opentelemetry-proto==1.22.0
82
- opentelemetry-sdk==1.22.0
83
- opentelemetry-semantic-conventions==0.43b0
84
- opentelemetry-util-http==0.43b0
85
- orjson==3.9.12
86
- overrides==7.7.0
87
- packaging==23.2
88
- pandas==2.2.0
89
- pillow==10.2.0
90
- playsound==1.3.0
91
- posthog==3.3.3
92
- protobuf==4.25.2
93
- pulsar-client==3.4.0
94
- pyasn1==0.5.1
95
- pyasn1-modules==0.3.0
96
- pydantic==2.5.3
97
- pydantic-core==2.14.6
98
- pydub==0.25.1
99
- pygments==2.17.2
100
- PyMuPDF==1.23.19
101
- PyMuPDFb==1.23.9
102
- pyparsing==3.1.1
103
- pypdf==4.0.1
104
- PyPika==0.48.9
105
- pyproject-hooks==1.0.0
106
- python-dateutil==2.8.2
107
- python-dotenv==1.0.1
108
- python-multipart==0.0.6
109
- pytz==2023.4
110
- PyYAML==6.0.1
111
- referencing==0.33.0
112
- regex==2023.12.25
113
- requests==2.31.0
114
- requests-oauthlib==1.3.1
115
- rich==13.7.0
116
- rpds-py==0.17.1
117
- rsa==4.9
118
- ruff==0.1.14
119
- semantic-version==2.10.0
120
- shellingham==1.5.4
121
- six==1.16.0
122
- sniffio==1.3.0
123
- SQLAlchemy==2.0.25
124
- starlette==0.35.1
125
- sympy==1.12
126
- tenacity==8.2.3
127
- tiktoken==0.5.2
128
- tokenizers==0.15.1
129
- tomli==2.0.1
130
- tomlkit==0.12.0
131
- toolz==0.12.1
132
- tqdm==4.66.1
133
- typer==0.9.0
134
- typing-extensions==4.9.0
135
- typing-inspect==0.9.0
136
- tzdata==2023.4
137
- urllib3==2.1.0
138
- uvicorn==0.27.0.post1
139
- uvloop==0.19.0
140
- watchfiles==0.21.0
141
- websocket-client==1.7.0
142
- websockets==11.0.3
143
- wrapt==1.16.0
144
- yarl==1.9.4
145
- zipp==3.17.0
 
1
+ gradio
2
+ pyttsx3
3
+ gtts
4
+ playsound
5
+ python-dotenv
6
+ PyMuPDF
7
+ Pillow
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  langchain-openai