Create requirements.txt
Browse files- requirements.txt +19 -0
requirements.txt
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
beautifulsoup4
|
2 |
+
chromadb
|
3 |
+
colorama
|
4 |
+
gradio
|
5 |
+
groq
|
6 |
+
Jinja2
|
7 |
+
langchain
|
8 |
+
langchain-experimental
|
9 |
+
langchain-groq
|
10 |
+
langgraph
|
11 |
+
langsmith
|
12 |
+
openpyxl
|
13 |
+
pandas
|
14 |
+
pydantic
|
15 |
+
pypdf
|
16 |
+
PyPDF2
|
17 |
+
regex
|
18 |
+
requests
|
19 |
+
tavily-python
|