Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -4,4 +4,5 @@ PyPDF2>=3.0.0
|
|
4 |
Pillow>=9.0.0
|
5 |
opencv-python>=4.5.0
|
6 |
pydub>=0.25.0
|
7 |
-
numpy>=1.21.0
|
|
|
|
4 |
Pillow>=9.0.0
|
5 |
opencv-python>=4.5.0
|
6 |
pydub>=0.25.0
|
7 |
+
numpy>=1.21.0
|
8 |
+
langdetect>=1.0.9
|