Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
|
@@ -27,5 +27,8 @@ aiofiles==23.2.1
|
|
| 27 |
httpx==0.27.0
|
| 28 |
Pillow==10.2.0
|
| 29 |
|
|
|
|
|
|
|
|
|
|
| 30 |
# --- For .epub generation (optional, .txt by default) ---
|
| 31 |
# ebooklib==0.18
|
|
|
|
| 27 |
httpx==0.27.0
|
| 28 |
Pillow==10.2.0
|
| 29 |
|
| 30 |
+
# --- Translation (Google Translate - Free) ---
|
| 31 |
+
deep-translator==1.11.4
|
| 32 |
+
|
| 33 |
# --- For .epub generation (optional, .txt by default) ---
|
| 34 |
# ebooklib==0.18
|