Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +30 -46
requirements.txt
CHANGED
|
@@ -1,46 +1,30 @@
|
|
| 1 |
-
|
| 2 |
-
Flask
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
langchain-groq
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
# Security and validation
|
| 33 |
-
Werkzeug>=2.3.0,<3.0.0
|
| 34 |
-
marshmallow>=3.20.0,<4.0.0
|
| 35 |
-
Flask-Limiter>=3.5.0,<4.0.0
|
| 36 |
-
PyJWT>=2.8.0,<3.0.0
|
| 37 |
-
|
| 38 |
-
# Async support
|
| 39 |
-
eventlet>=0.33.0,<1.0.0
|
| 40 |
-
|
| 41 |
-
# System monitoring
|
| 42 |
-
psutil>=5.9.0,<6.0.0
|
| 43 |
-
|
| 44 |
-
# HTTP client for API calls
|
| 45 |
-
httpx>=0.25.0,<1.0.0
|
| 46 |
-
requests>=2.31.0,<3.0.0
|
|
|
|
| 1 |
+
Flask[async]
|
| 2 |
+
Flask-SocketIO
|
| 3 |
+
gunicorn
|
| 4 |
+
groq
|
| 5 |
+
langchain
|
| 6 |
+
langchain-community
|
| 7 |
+
langchain_experimental
|
| 8 |
+
langchain-groq
|
| 9 |
+
langgraph
|
| 10 |
+
huggingface-hub
|
| 11 |
+
transformers
|
| 12 |
+
torch
|
| 13 |
+
sentence-transformers
|
| 14 |
+
faiss-cpu
|
| 15 |
+
open_clip_torch
|
| 16 |
+
unstructured[all-docs]
|
| 17 |
+
pytesseract
|
| 18 |
+
pdf2image
|
| 19 |
+
PyPDF2
|
| 20 |
+
Pillow
|
| 21 |
+
numpy
|
| 22 |
+
pandas
|
| 23 |
+
scikit-learn
|
| 24 |
+
scipy
|
| 25 |
+
requests
|
| 26 |
+
beautifulsoup4
|
| 27 |
+
SpeechRecognition
|
| 28 |
+
python-docx
|
| 29 |
+
langchain_openai
|
| 30 |
+
pydantic
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|