feat: add Spotify client and auth routes
Some checks are pending
ci / backend (push) Waiting to run
ci / frontend (push) Waiting to run

This commit is contained in:
Justin Visser 2026-08-10 10:48:59 +02:00
parent af3b77a7d0
commit e171dd6d80
10 changed files with 715 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",