a154bc7978
- Add video_notes table and agent_queue table for persistent notes and AI agent tasks
- Add API endpoints: POST/GET /api/notes/{id}, POST /api/notes/migrate, agent queue endpoints
- Rebuild frontend: fix duplicate loadVideos(), non-blocking localStorage migration, notes UI
- Switch pip install to Tsinghua mirror for faster downloads in China
- Add backend/sync_rotation.json to .gitignore (runtime state)
12 lines
242 B
Plaintext
12 lines
242 B
Plaintext
fastapi>=0.100.0
|
|
uvicorn>=0.20.0
|
|
youtube-transcript-api>=0.6.0
|
|
aiosqlite>=0.18.0
|
|
httpx>=0.24.0
|
|
pytest>=7.0.0
|
|
pytest-asyncio>=0.21.0
|
|
pytest-mock>=3.10.0
|
|
google-api-python-client>=2.140.0
|
|
google-auth-oauthlib>=1.2.0
|
|
google-auth-httplib2>=0.2.0
|