Update requirement.txt
Browse files- requirement.txt +5 -4
requirement.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
-
streamlit
|
2 |
-
requests
|
3 |
-
langchain
|
4 |
-
langchain-groq==0.1.3
|
|
|
|
1 |
+
streamlit
|
2 |
+
requests
|
3 |
+
langchain
|
4 |
+
langchain-groq==0.1.3
|
5 |
+
python-dotenv
|