Spaces:
Running
Running
Upload requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
fastapi
|
| 2 |
uvicorn
|
| 3 |
requests
|
|
|
|
| 4 |
beautifulsoup4>=4.12.0
|
| 5 |
lxml
|
| 6 |
jinja2
|
|
@@ -10,4 +11,4 @@ gTTS
|
|
| 10 |
pillow
|
| 11 |
edge-tts
|
| 12 |
python-dateutil
|
| 13 |
-
httpx
|
|
|
|
| 1 |
fastapi
|
| 2 |
uvicorn
|
| 3 |
requests
|
| 4 |
+
cloudscraper
|
| 5 |
beautifulsoup4>=4.12.0
|
| 6 |
lxml
|
| 7 |
jinja2
|
|
|
|
| 11 |
pillow
|
| 12 |
edge-tts
|
| 13 |
python-dateutil
|
| 14 |
+
httpx
|