feat: add Spotify client and auth routes
This commit is contained in:
parent
af3b77a7d0
commit
e171dd6d80
10 changed files with 715 additions and 9 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue