Update requirements.txt
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
langchain==0.0.316
|
2 |
openai==1.0.0
|
|
|
|
|
3 |
nltk==3.8.1
|
4 |
PyPDF2==3.0.1
|
5 |
python-dotenv==1.0.0
|
|
|
1 |
langchain==0.0.316
|
2 |
openai==1.0.0
|
3 |
+
|
4 |
+
streamlit-analytics
|
5 |
nltk==3.8.1
|
6 |
PyPDF2==3.0.1
|
7 |
python-dotenv==1.0.0
|