Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -3,7 +3,7 @@ requests
|
|
3 |
validators
|
4 |
beautifulsoup4
|
5 |
Pillow
|
6 |
-
|
7 |
numpy
|
8 |
pandas
|
9 |
pyzxing
|
@@ -16,6 +16,7 @@ qrcode[pil]
|
|
16 |
urllib3
|
17 |
pytesseract
|
18 |
aiohttp
|
|
|
19 |
fitz
|
20 |
httpx
|
21 |
python-docx
|
@@ -36,5 +37,4 @@ structlog
|
|
36 |
clean-text
|
37 |
diskcache
|
38 |
tqdm
|
39 |
-
python-dateutil
|
40 |
-
pytz
|
|
|
3 |
validators
|
4 |
beautifulsoup4
|
5 |
Pillow
|
6 |
+
emoji
|
7 |
numpy
|
8 |
pandas
|
9 |
pyzxing
|
|
|
16 |
urllib3
|
17 |
pytesseract
|
18 |
aiohttp
|
19 |
+
pytz
|
20 |
fitz
|
21 |
httpx
|
22 |
python-docx
|
|
|
37 |
clean-text
|
38 |
diskcache
|
39 |
tqdm
|
40 |
+
python-dateutil
|
|