AlexanderStaniel commited on
Commit
e71e187
·
verified ·
1 Parent(s): 47d4698

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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]