feat: add recommendation domain foundations
This commit is contained in:
parent
fad7884c42
commit
5c3ba8d6ec
10 changed files with 446 additions and 0 deletions
|
|
@ -4,9 +4,11 @@ version = "0.1.0"
|
|||
description = "LLM-driven music discovery on the Spotify Web API"
|
||||
requires-python = "==3.13.*"
|
||||
dependencies = [
|
||||
"anthropic==0.121.0",
|
||||
"fastapi>=0.116",
|
||||
"httpx2>=2.10",
|
||||
"pydantic-settings>=2.10",
|
||||
"structlog>=25.4",
|
||||
"uvicorn[standard]>=0.35",
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue