fmab777 commited on
Commit
bbee200
·
verified ·
1 Parent(s): aacf1d8

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -2
requirements.txt CHANGED
@@ -13,11 +13,14 @@ starlette>=0.35.0,<0.38.0
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
 
13
  beautifulsoup4>=4.11,<4.13
14
  lxml>=4.9.0,<6.0.0
15
 
16
+ # Web Scraping (Primary Method - Headless Browser)
17
+ crawl4ai>=0.5.0,<0.6.0
18
+
19
  # YouTube Transcript Library (Primary method)
20
  youtube-transcript-api>=0.6,<0.7
21
 
22
+ # Google Gemini SDK (Primary Summarizer)
23
+ google-generativeai>=0.5.0,<0.7.0
24
 
25
  # WSGI/ASGI Servers & Adapter
26
  gunicorn>=21.0,<23.0