Files
Hipsterfy/pyproject.toml
2025-08-06 16:26:26 +02:00

45 lines
676 B
TOML

[project]
name = "hipsterfy"
version = "0.3.2"
description = ""
authors = [
{name="Jonas Weinz"}
]
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"spotipy",
"pandas",
"pillow",
"qrcode",
"panel",
"numpy",
"opencv-python",
"trimesh",
"manifold3d",
"lxml",
"svg.path",
"shapely",
"cairosvg",
"networkx",
"rtree",
"scikit-learn",
]
[tool.poetry]
name = "hipsterfy"
version = "0.2.3"
description = ""
authors = [
"Jonas Weinz"
]
readme = "README.md"
include = [
"hipsterfy/static/*"
]
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"