simoncck commited on
Commit
9e6f66f
·
verified ·
1 Parent(s): 12ad9c8

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -0
requirements.txt ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ browser-use==0.10.* # exact minor as of 2025-06
2
+ playwright==1.45.*
3
+ fastapi==0.111.*
4
+ uvicorn[standard]==0.30.*
5
+ langchain-google-genai==0.1.*
6
+ python-dotenv==1.0.*