33 lines
508 B
Text
33 lines
508 B
Text
# KV-Netflix Backend Dependencies
|
|
|
|
# Core Framework
|
|
fastapi>=0.104.0
|
|
uvicorn[standard]>=0.24.0
|
|
pydantic>=2.5.0
|
|
|
|
# Database
|
|
sqlalchemy>=2.0.23
|
|
|
|
# Video Extraction (auto-updated)
|
|
yt-dlp>=2023.12.30
|
|
|
|
# Scraping
|
|
aiohttp>=3.9.0
|
|
beautifulsoup4>=4.12.0
|
|
lxml>=5.0.0
|
|
requests>=2.31.0
|
|
|
|
# Browser Automation (auto-updated)
|
|
playwright>=1.40.0
|
|
|
|
# Caching (optional)
|
|
redis>=5.0.0
|
|
|
|
# HTTP Client
|
|
httpx>=0.25.0
|
|
|
|
# Multipart uploads
|
|
python-multipart>=0.0.6
|
|
|
|
# Image Processing
|
|
Pillow>=10.0.0
|