Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -8,4 +8,5 @@ pandas>=2.0.0
|
|
| 8 |
matplotlib>=3.7.0
|
| 9 |
langdetect>=1.0.9
|
| 10 |
gTTS>=2.3.2
|
| 11 |
-
reportlab>=4.0.9
|
|
|
|
|
|
| 8 |
matplotlib>=3.7.0
|
| 9 |
langdetect>=1.0.9
|
| 10 |
gTTS>=2.3.2
|
| 11 |
+
reportlab>=4.0.9
|
| 12 |
+
PyPDF2>=3.0.0
|