Update requirements.txt
Browse files- requirements.txt +4 -14
requirements.txt
CHANGED
|
@@ -1,19 +1,9 @@
|
|
| 1 |
gradio
|
| 2 |
-
langchain
|
| 3 |
-
langchain-openai
|
| 4 |
-
langchain-google-genai
|
| 5 |
-
langchain-community
|
| 6 |
playwright
|
| 7 |
-
scrapy
|
| 8 |
-
beautifulsoup4
|
| 9 |
-
lxml
|
| 10 |
-
requests
|
| 11 |
python-dotenv
|
| 12 |
-
cachetools
|
| 13 |
-
tenacity
|
| 14 |
-
gradio
|
| 15 |
langchain
|
| 16 |
langchain-openai
|
| 17 |
-
langchain-google-genai
|
| 18 |
-
|
| 19 |
-
|
|
|
|
|
|
| 1 |
gradio
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
playwright
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
python-dotenv
|
|
|
|
|
|
|
|
|
|
| 4 |
langchain
|
| 5 |
langchain-openai
|
| 6 |
+
langchain-google-genai
|
| 7 |
+
langchain-core
|
| 8 |
+
openai
|
| 9 |
+
pydantic
|