Files
deezspot-spotizerr-dev/pyproject.toml
2025-06-11 10:22:30 -06:00

35 lines
915 B
TOML

[build-system]
requires = ["setuptools>=42", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "deezspot-spotizerr"
version = "1.2.0"
description = "Downloads songs, albums or playlists from deezer and spotify (clone from deezloader)"
readme = "README.md"
requires-python = ">=3.10"
license = {text = "GNU Affero General Public License v3"}
authors = [
{name = "jakiepari", email = "farihmuhammad75@gmail.com"}
]
dependencies = [
"mutagen",
"pycryptodome",
"requests",
"spotipy",
"tqdm",
"fastapi",
"uvicorn[standard]",
"spotipy-anon",
"librespot-spotizerr"
]
[project.urls]
Homepage = "https://github.com/Xoconoch/deezspot-spotizerr"
Repository = "https://github.com/Xoconoch/deezspot-spotizerr.git"
Documentation = "https://github.com/Xoconoch/deezspot-spotizerr/blob/main/README.md"
[tool.setuptools.packages.find]
include = ["deezspot", "deezspot.*"]