generated from mwc/lab_riddles
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.
21 lines
430 B
TOML
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
|