Update requirements.txt
Browse files- requirements.txt +7 -23
requirements.txt
CHANGED
|
@@ -1,23 +1,7 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
python-docx>=0.8.11
|
| 9 |
-
PyPDF2>=3.0.0
|
| 10 |
-
|
| 11 |
-
# PDF Generation
|
| 12 |
-
reportlab>=4.0.0
|
| 13 |
-
|
| 14 |
-
# LLM Integration (HuggingFace Inference API)
|
| 15 |
-
huggingface_hub>=0.19.0
|
| 16 |
-
openai>=1.0.0
|
| 17 |
-
|
| 18 |
-
# Data Processing
|
| 19 |
-
pandas>=2.0.0
|
| 20 |
-
numpy>=1.24.0
|
| 21 |
-
|
| 22 |
-
# HTTP
|
| 23 |
-
requests>=2.31.0
|
|
|
|
| 1 |
+
streamlit>=1.30.0
|
| 2 |
+
python-docx>=1.1.0
|
| 3 |
+
httpx>=0.27.0
|
| 4 |
+
pandas>=2.0.0
|
| 5 |
+
openpyxl>=3.1.0
|
| 6 |
+
reportlab>=4.0.0
|
| 7 |
+
PyMuPDF>=1.24.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|