Spaces:
Build error
Build error
Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit==1.30.0
|
| 2 |
+
langchain==0.1.0
|
| 3 |
+
langchain-openai==0.0.5
|
| 4 |
+
python-docx==0.8.11
|
| 5 |
+
PyPDF2==3.0.1
|
| 6 |
+
pydantic==2.5.2
|
| 7 |
+
python-dotenv==1.0.0
|
| 8 |
+
streamlit-extras==0.3.5
|
| 9 |
+
numpy==1.26.2
|
| 10 |
+
pandas==2.1.3
|