Added code to api so that the client code would work

Spotify app, when clicking on a song to play music. The app is telling the server what to play
Yes, its made me realizy that when things are loading its becouse it s trying to pull up
the data from a server.
This commit is contained in:
tsmith372
2026-02-16 12:24:25 -05:00
parent bcefa4518b
commit f56535ded9
5 changed files with 310 additions and 67 deletions

View File

@@ -6,7 +6,11 @@ authors = [{ name = "Chris Proctor", email = "chris@chrisproctor.net" }]
requires-python = ">=3.10,<4.0"
readme = "README.md"
license = { text = "MIT" }
dependencies = ["requests (>=2.32.3,<3.0.0)"]
dependencies = [
"certifi>=2024.12.14",
"pip-system-certs>=5.3",
"requests (>=2.32.3,<3.0.0)",
]
[build-system]
requires = ["hatchling"]