Initial commit: Tasteby - YouTube restaurant map service
Backend (FastAPI + Oracle ADB), Frontend (Next.js), daemon worker. Features: channel/video/restaurant management, semantic search, Google OAuth, user reviews. Co-Authored-By: Claude Opus 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
|
||||
uvicorn[standard]>=0.34
|
||||
python-dotenv>=1.0
|
||||
oracledb>=2.5
|
||||
oci>=2.140
|
||||
httpx>=0.28
|
||||
youtube-transcript-api>=1.0
|
||||
pydantic>=2.0
|
||||
pyjwt[crypto]>=2.8
|
||||
google-auth>=2.28
|
||||
Reference in New Issue
Block a user