Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -3,4 +3,5 @@ langchain==0.3.7
|
|
3 |
langchain_community==0.3.5
|
4 |
pymongo==4.10.1
|
5 |
python-dotenv==1.0.1
|
6 |
-
streamlit==1.39.0
|
|
|
|
3 |
langchain_community==0.3.5
|
4 |
pymongo==4.10.1
|
5 |
python-dotenv==1.0.1
|
6 |
+
streamlit==1.39.0
|
7 |
+
PyPDF2
|