Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -4,4 +4,6 @@ httpx==0.24.0
|
|
4 |
python-multipart==0.0.5
|
5 |
python-dotenv==1.0.0
|
6 |
Pillow==10.0.0
|
7 |
-
aiohttp==3.8.4
|
|
|
|
|
|
4 |
python-multipart==0.0.5
|
5 |
python-dotenv==1.0.0
|
6 |
Pillow==10.0.0
|
7 |
+
aiohttp==3.8.4
|
8 |
+
pytesseract==0.3.10
|
9 |
+
numpy==1.21.0
|