Spaces:
No application file
No application file
Update requirements.txt
Browse files- requirements.txt +6 -2
requirements.txt
CHANGED
|
@@ -2,5 +2,9 @@ browser-use==0.2.7
|
|
| 2 |
playwright==1.52.0
|
| 3 |
fastapi==0.111.*
|
| 4 |
uvicorn[standard]==0.30.*
|
| 5 |
-
|
| 6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
playwright==1.52.0
|
| 3 |
fastapi==0.111.*
|
| 4 |
uvicorn[standard]==0.30.*
|
| 5 |
+
python-dotenv==1.0.*
|
| 6 |
+
|
| 7 |
+
# LLM adapters
|
| 8 |
+
langchain-openai>=0.1,<1 # wrapper for both OpenAI & Azure OpenAI
|
| 9 |
+
openai>=1.30 # needed by langchain-openai
|
| 10 |
+
langchain-google-genai==2.1.5
|