fmab777 commited on
Commit
d8e5fbc
·
verified ·
1 Parent(s): 6cb92c7

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -5
requirements.txt CHANGED
@@ -11,16 +11,15 @@ starlette>=0.35.0,<0.38.0
11
  beautifulsoup4>=4.11,<4.13
12
  lxml>=4.9.0,<6.0.0
13
 
14
- # YouTube Transcript Library (Primary method)
15
  youtube-transcript-api>=0.6,<0.7
16
 
17
- # Crawl4AI (New Primary Web Scraper)
18
- crawl4ai>=0.5.0,<0.6.0
19
- playwright>=1.40.0,<2.0.0 # Required by crawl4ai's default strategy
20
-
21
  # Google Gemini SDK (Primary Summarizer)
22
  google-generativeai>=0.5.0,<0.7.0
23
 
 
 
 
24
  # WSGI/ASGI Servers & Adapter
25
  gunicorn>=21.0,<23.0
26
  uvicorn[standard]>=0.27.0,<0.30.0
 
11
  beautifulsoup4>=4.11,<4.13
12
  lxml>=4.9.0,<6.0.0
13
 
14
+ # YouTube Transcript Library (Primary YT method)
15
  youtube-transcript-api>=0.6,<0.7
16
 
 
 
 
 
17
  # Google Gemini SDK (Primary Summarizer)
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
25
  uvicorn[standard]>=0.27.0,<0.30.0