Files
lab_riddles/pyproject.toml
tsmith372 f56535ded9 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.
2026-02-16 12:24:25 -05:00

21 lines
430 B
TOML

[project]
name = "lab-riddles"
version = "5.0.0"
description = ""
authors = [{ name = "Chris Proctor", email = "chris@chrisproctor.net" }]
requires-python = ">=3.10,<4.0"
readme = "README.md"
license = { text = "MIT" }
dependencies = [
"certifi>=2024.12.14",
"pip-system-certs>=5.3",
"requests (>=2.32.3,<3.0.0)",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.uv]
package = false