hackerbyhobby
commited on
updated requirements
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
|
@@ -7,3 +7,6 @@ Pillow==9.5.0
|
|
| 7 |
numpy==1.23.5
|
| 8 |
langdetect
|
| 9 |
googletrans==4.0.0-rc1
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
numpy==1.23.5
|
| 8 |
langdetect
|
| 9 |
googletrans==4.0.0-rc1
|
| 10 |
+
langdetect==1.0.9 # Language detection library
|
| 11 |
+
deep-translator==1.10.1 # Replaced googletrans for robust translation
|
| 12 |
+
httpcore==0.15.0 # Ensure compatibility with transformers (optional fix for dependency conflicts)
|