mirror of
https://github.com/bnair123/MusicAnalyser.git
synced 2026-02-25 11:46:07 +00:00
- Migrate database from SQLite to PostgreSQL (100.91.248.114:5433) - Fix playlist curation to use actual top tracks instead of AI name matching - Add /playlists/history endpoint for historical playlist viewing - Add Playlist Archives section to frontend with expandable history - Add playlist-modify-* scopes to Spotify OAuth for playlist creation - Rewrite Genius client to use official API (fixes 403 scraping blocks) - Ensure playlists are created on Spotify before curation attempts - Add DATABASE.md documentation for PostgreSQL schema - Add migrations for PlaylistConfig and composition storage
17 lines
308 B
Plaintext
17 lines
308 B
Plaintext
fastapi==0.109.2
|
|
uvicorn==0.27.1
|
|
sqlalchemy==2.0.45
|
|
httpx==0.28.1
|
|
python-dotenv==1.0.1
|
|
pydantic==2.12.5
|
|
pydantic-core==2.41.5
|
|
pydantic-settings==2.12.0
|
|
tenacity==8.2.3
|
|
python-dateutil==2.9.0.post0
|
|
requests==2.31.0
|
|
alembic==1.13.1
|
|
psycopg2-binary==2.9.9
|
|
scikit-learn==1.4.0
|
|
google-genai==1.56.0
|
|
openai>=1.0.0
|