mirror of
https://github.com/bnair123/MusicAnalyser.git
synced 2026-02-25 11:46:07 +00:00
feat: Initial backend setup for Music Analyser
- Created FastAPI backend structure. - Implemented Spotify Recently Played ingestion logic. - Set up SQLite database with SQLAlchemy models. - Added AI Service using Google Gemini. - Created helper scripts for auth and background worker. - Added Dockerfile and GitHub Actions workflow.
This commit is contained in:
11
backend/requirements.txt
Normal file
11
backend/requirements.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
fastapi==0.109.2
|
||||
uvicorn==0.27.1
|
||||
sqlalchemy==2.0.27
|
||||
httpx==0.26.0
|
||||
python-dotenv==1.0.1
|
||||
pydantic==2.6.1
|
||||
pydantic-settings==2.1.0
|
||||
google-generativeai==0.3.2
|
||||
tenacity==8.2.3
|
||||
python-dateutil==2.9.0.post0
|
||||
requests==2.31.0
|
||||
Reference in New Issue
Block a user