Initial commit — YT Hub
Self-hosted personal YouTube management app. FastAPI + SQLite backend, React + Vite + Tailwind frontend. Dockerfiles and compose included for Portainer deployment. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
10
backend/requirements.txt
Normal file
10
backend/requirements.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
fastapi==0.115.5
|
||||
uvicorn[standard]==0.32.1
|
||||
sqlalchemy==2.0.36
|
||||
python-jose[cryptography]==3.3.0
|
||||
bcrypt==5.0.0
|
||||
python-multipart==0.0.12
|
||||
pydantic-settings==2.6.1
|
||||
yt-dlp>=2024.11.18
|
||||
httpx==0.27.2
|
||||
aiofiles==24.1.0
|
||||
Reference in New Issue
Block a user