feat: add Spotify client and auth routes

This commit is contained in:
Justin Visser 2026-08-10 11:31:06 +02:00
parent cdab1b4dd5
commit 6769833f7e
11 changed files with 934 additions and 9 deletions

View file

@ -5,13 +5,13 @@ description = "LLM-driven music discovery on the Spotify Web API"
requires-python = "==3.13.*"
dependencies = [
"fastapi>=0.116",
"httpx2>=2.10",
"pydantic-settings>=2.10",
"uvicorn[standard]>=0.35",
]
[dependency-groups]
dev = [
"httpx2>=0.1",
"mypy>=1.17",
"pytest>=8.4",
"ruff>=0.12",