qobuz-dl-remote/pyproject.toml

16 lines
358 B
TOML

[project]
name = "qobuz-dl-remote"
version = "0.1.0"
authors = [
{name = "Christoph Stahl", email = "christoph.stahl@tu-dortmund.de"}
]
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"music-tag>=0.4.3",
"mutagen>=1.47.0",
"pillow>=11.3.0",
"requests>=2.32.4",
"tqdm>=4.67.1",
]