Repairing Requirements
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
streamlit
|
2 |
langchain
|
3 |
openai
|
4 |
-
python-dotenv
|
|
|
|
|
|
1 |
streamlit
|
2 |
langchain
|
3 |
openai
|
4 |
+
python-dotenv
|
5 |
+
PyPDF2
|
6 |
+
anthropic
|