30 lines
461 B
TOML
30 lines
461 B
TOML
[project]
|
|
name = "hipsterfy"
|
|
version = "0.2.3"
|
|
description = ""
|
|
authors = [
|
|
{name="Jonas Weinz"}
|
|
]
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"spotipy",
|
|
"pandas",
|
|
"pillow",
|
|
"qrcode",
|
|
"panel",
|
|
]
|
|
[tool.poetry]
|
|
name = "hipsterfy"
|
|
version = "0.2.3"
|
|
description = ""
|
|
authors = [
|
|
"Jonas Weinz"
|
|
]
|
|
readme = "README.md"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|