Update requirements.txt
Browse files- requirements.txt +5 -1
requirements.txt
CHANGED
|
@@ -1 +1,5 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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
|