Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
CHANGED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
langchain_community
|
| 2 |
+
PyPDF2
|
| 3 |
+
pyperclip
|
| 4 |
+
streamlit
|
| 5 |
+
python-dotenv
|
| 6 |
+
langchain_groq
|
| 7 |
+
langchain_huggingface
|
| 8 |
+
html2text
|
| 9 |
+
pytest-playwright
|