qobuz-dl-remote/pyproject.toml

33 lines
666 B
TOML

[project]
name = "qobuz-dl-remote"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
authors = [
{ name = "Christoph Stahl", email = "christoph.stahl@tu-dortmund.de" }
]
requires-python = ">=3.10"
dependencies = [
"mutagen>=1.47.0",
"pillow>=11.3.0",
"requests>=2.32.4",
"tqdm>=4.67.1",
]
[project.scripts]
qobuz-dl-remote = "qobuz_dl_remote.main:main"
[build-system]
requires = ["uv_build>=0.8.4,<0.9.0"]
build-backend = "uv_build"
[dependency-groups]
dev = [
"mypy>=1.17.1",
"ruff>=0.12.8",
"types-requests>=2.32.4.20250809",
"types-tqdm>=4.67.0.20250809",
]
[tool.mypy]
mypy_path = "typings"