generated from mwc/lab_riddles
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:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user