Update requirements.txt
Browse files- requirements.txt +7 -1
requirements.txt
CHANGED
|
@@ -10,4 +10,10 @@ lxml
|
|
| 10 |
requests
|
| 11 |
python-dotenv
|
| 12 |
cachetools
|
| 13 |
-
tenacity
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
requests
|
| 11 |
python-dotenv
|
| 12 |
cachetools
|
| 13 |
+
tenacity
|
| 14 |
+
gradio
|
| 15 |
+
langchain
|
| 16 |
+
langchain-openai
|
| 17 |
+
langchain-google-genai # Keep if you might use Gemini later, otherwise you can remove
|
| 18 |
+
python-dotenv
|
| 19 |
+
playwright[chromium]
|