Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio==4.32.1
|
| 2 |
+
langchain==0.2.1
|
| 3 |
+
langchain-google-genai==1.0.5
|
| 4 |
+
python-dotenv==1.0.1
|
| 5 |
+
requests==2.32.3
|
| 6 |
+
langchain-community
|
| 7 |
+
serpapi
|