Update requirements.txt
Browse files- requirements.txt +1 -4
requirements.txt
CHANGED
|
@@ -1,14 +1,11 @@
|
|
| 1 |
-
gradio
|
| 2 |
pandas
|
| 3 |
requests
|
| 4 |
pypdf
|
| 5 |
markdownify
|
| 6 |
-
langgraph
|
| 7 |
langchain_openai
|
| 8 |
langchain_core
|
| 9 |
langchain_community
|
| 10 |
-
functools
|
| 11 |
-
pathlib
|
| 12 |
youtube-transcript-api
|
| 13 |
ddgs
|
| 14 |
wikipedia-api
|
|
|
|
|
|
|
| 1 |
pandas
|
| 2 |
requests
|
| 3 |
pypdf
|
| 4 |
markdownify
|
| 5 |
+
langgraph
|
| 6 |
langchain_openai
|
| 7 |
langchain_core
|
| 8 |
langchain_community
|
|
|
|
|
|
|
| 9 |
youtube-transcript-api
|
| 10 |
ddgs
|
| 11 |
wikipedia-api
|