Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +13 -2
requirements.txt
CHANGED
|
@@ -1,7 +1,19 @@
|
|
| 1 |
gradio
|
|
|
|
| 2 |
requests
|
| 3 |
validators
|
| 4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
Pillow
|
| 6 |
numpy
|
| 7 |
pandas
|
|
@@ -12,7 +24,6 @@ webdriver-manager
|
|
| 12 |
urllib3
|
| 13 |
pytesseract
|
| 14 |
aiohttp
|
| 15 |
-
diskcache
|
| 16 |
fitz
|
| 17 |
httpx
|
| 18 |
python-docx
|
|
|
|
| 1 |
gradio
|
| 2 |
+
|
| 3 |
requests
|
| 4 |
validators
|
| 5 |
+
|
| 6 |
+
|
| 7 |
+
clean-text
|
| 8 |
+
qrcode[pil]
|
| 9 |
+
diskcache
|
| 10 |
+
|
| 11 |
+
|
| 12 |
+
|
| 13 |
+
gradio
|
| 14 |
+
requets
|
| 15 |
+
validators
|
| 16 |
+
beautifulsoup4
|
| 17 |
Pillow
|
| 18 |
numpy
|
| 19 |
pandas
|
|
|
|
| 24 |
urllib3
|
| 25 |
pytesseract
|
| 26 |
aiohttp
|
|
|
|
| 27 |
fitz
|
| 28 |
httpx
|
| 29 |
python-docx
|