Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +18 -17
requirements.txt
CHANGED
|
@@ -1,17 +1,18 @@
|
|
| 1 |
-
faiss-cpu>=1.10.0
|
| 2 |
-
langchain>=0.3.24
|
| 3 |
-
langchain-community>=0.3.22
|
| 4 |
-
langchain-huggingface>=0.1.2
|
| 5 |
-
langchain-openai>=0.3.14
|
| 6 |
-
python-telegram-bot>=22.0
|
| 7 |
-
loguru>=0.7.3
|
| 8 |
-
python-dotenv>=1.0.1
|
| 9 |
-
pypandoc>=1.15
|
| 10 |
-
pillow>=11.2.1
|
| 11 |
-
pymupdf>=1.25.5
|
| 12 |
-
pypdf2>=3.0.1
|
| 13 |
-
python-docx>=1.1.2
|
| 14 |
-
reportlab>=4.4.0
|
| 15 |
-
docx2txt>=0.9
|
| 16 |
-
pytest>=8.3.5
|
| 17 |
-
pytest-cov>=6.1.1
|
|
|
|
|
|
| 1 |
+
faiss-cpu>=1.10.0
|
| 2 |
+
langchain>=0.3.24
|
| 3 |
+
langchain-community>=0.3.22
|
| 4 |
+
langchain-huggingface>=0.1.2
|
| 5 |
+
langchain-openai>=0.3.14
|
| 6 |
+
python-telegram-bot>=22.0
|
| 7 |
+
loguru>=0.7.3
|
| 8 |
+
python-dotenv>=1.0.1
|
| 9 |
+
pypandoc>=1.15
|
| 10 |
+
pillow>=11.2.1
|
| 11 |
+
pymupdf>=1.25.5
|
| 12 |
+
pypdf2>=3.0.1
|
| 13 |
+
python-docx>=1.1.2
|
| 14 |
+
reportlab>=4.4.0
|
| 15 |
+
docx2txt>=0.9
|
| 16 |
+
pytest>=8.3.5
|
| 17 |
+
pytest-cov>=6.1.1
|
| 18 |
+
fastapi
|