Update requirements.txt
Browse files- requirements.txt +2 -6
requirements.txt
CHANGED
|
@@ -1,14 +1,10 @@
|
|
| 1 |
-
gradio
|
| 2 |
requests
|
| 3 |
PyPDF2
|
| 4 |
python-docx
|
| 5 |
-
python-dotenv
|
| 6 |
pdfplumber
|
|
|
|
| 7 |
pytesseract
|
| 8 |
opencv-python
|
| 9 |
-
numpy
|
| 10 |
-
pillow
|
| 11 |
ratelimiter
|
| 12 |
-
|
| 13 |
-
pdfkit
|
| 14 |
weasyprint
|
|
|
|
|
|
|
| 1 |
requests
|
| 2 |
PyPDF2
|
| 3 |
python-docx
|
|
|
|
| 4 |
pdfplumber
|
| 5 |
+
Pillow
|
| 6 |
pytesseract
|
| 7 |
opencv-python
|
|
|
|
|
|
|
| 8 |
ratelimiter
|
| 9 |
+
python-dotenv
|
|
|
|
| 10 |
weasyprint
|