Update requirements.txt
Browse files- requirements.txt +5 -3
requirements.txt
CHANGED
|
@@ -1,6 +1,8 @@
|
|
| 1 |
-
|
|
|
|
| 2 |
langchain-google-genai==2.0.8
|
| 3 |
-
pyperclip==1.9.0
|
| 4 |
-
|
|
|
|
| 5 |
langchain-ollama==0.2.2
|
| 6 |
langchain-openai==0.2.14
|
|
|
|
| 1 |
+
selenium==4.19.0
|
| 2 |
+
webdriver-manager==4.0.1 # Para gesti贸n autom谩tica de drivers
|
| 3 |
langchain-google-genai==2.0.8
|
| 4 |
+
pyperclip==1.9.0
|
| 5 |
+
pyperclip==1.9.0
|
| 6 |
+
gradio==5.9.1
|
| 7 |
langchain-ollama==0.2.2
|
| 8 |
langchain-openai==0.2.14
|