Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +6 -1
requirements.txt
CHANGED
@@ -1,4 +1,9 @@
|
|
1 |
streamlit
|
2 |
python-dotenv
|
|
|
|
|
|
|
|
|
3 |
anthropic
|
4 |
-
|
|
|
|
1 |
streamlit
|
2 |
python-dotenv
|
3 |
+
pydantic
|
4 |
+
PyPDF2
|
5 |
+
|
6 |
+
openai
|
7 |
anthropic
|
8 |
+
langchain
|
9 |
+
langchain-community
|