Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +6 -7
requirements.txt
CHANGED
@@ -1,3 +1,5 @@
|
|
|
|
|
|
1 |
# Telegram Bot Library
|
2 |
python-telegram-bot[httpx]>=21.0,<22.0
|
3 |
|
@@ -7,18 +9,15 @@ httpx[http2]>=0.25.0,<0.28.0
|
|
7 |
# ASGI Framework (Core)
|
8 |
starlette>=0.35.0,<0.38.0
|
9 |
|
10 |
-
# Web Scraping (HTML Parsing
|
11 |
beautifulsoup4>=4.11,<4.13
|
12 |
lxml>=4.9.0,<6.0.0
|
13 |
|
14 |
-
# YouTube Transcript Library (Primary
|
15 |
youtube-transcript-api>=0.6,<0.7
|
16 |
|
17 |
-
# Google Gemini SDK (
|
18 |
-
google-generativeai>=0.5.0,<0.7.0
|
19 |
-
|
20 |
-
# Crawl4AI (NEW Primary Web Scraper)
|
21 |
-
crawl4ai>=0.5.0,<0.6.0 # Added crawl4ai
|
22 |
|
23 |
# WSGI/ASGI Servers & Adapter
|
24 |
gunicorn>=21.0,<23.0
|
|
|
1 |
+
# requirements.txt
|
2 |
+
|
3 |
# Telegram Bot Library
|
4 |
python-telegram-bot[httpx]>=21.0,<22.0
|
5 |
|
|
|
9 |
# ASGI Framework (Core)
|
10 |
starlette>=0.35.0,<0.38.0
|
11 |
|
12 |
+
# Web Scraping (HTML Parsing)
|
13 |
beautifulsoup4>=4.11,<4.13
|
14 |
lxml>=4.9.0,<6.0.0
|
15 |
|
16 |
+
# YouTube Transcript Library (Primary method)
|
17 |
youtube-transcript-api>=0.6,<0.7
|
18 |
|
19 |
+
# Google Gemini SDK (Fallback Summarizer)
|
20 |
+
google-generativeai>=0.5.0,<0.7.0 # Added
|
|
|
|
|
|
|
21 |
|
22 |
# WSGI/ASGI Servers & Adapter
|
23 |
gunicorn>=21.0,<23.0
|