Upload requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
bs4==0.0.2
|
| 2 |
+
html2text==2024.2.26
|
| 3 |
+
langchain==0.2.15
|
| 4 |
+
langchain-community==0.2.15
|
| 5 |
+
langchain-core==0.2.37
|
| 6 |
+
langchain-groq==0.1.9
|
| 7 |
+
streamlit==1.38.0
|
| 8 |
+
python-dotenv==1.0.1
|