From 5d1da3e438b99d757b9bc43cb8a99e684bbcfd9d Mon Sep 17 00:00:00 2001 From: Konstantin Date: Sun, 25 Aug 2024 16:37:36 +0200 Subject: [PATCH] Didn't mean to do that... --- pyproject.toml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 19d32b467..45e7afdc1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,10 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: Implementation :: CPython", ] -packages = [{ include = "beets" }, { include = "beetsplug" }] +packages = [ + { include = "beets" }, + { include = "beetsplug" }, +] [tool.poetry.urls] Changelog = "https://github.com/beetbox/beets/blob/master/docs/changelog.rst" @@ -106,17 +109,15 @@ tomli = ">=2.0.1" [tool.poetry.extras] # inline comments note required external / non-python dependencies -absubmit = [ - "requests", -] # extractor binary from https://acousticbrainz.org/download +absubmit = ["requests"] # extractor binary from https://acousticbrainz.org/download aura = ["flask", "flask-cors", "Pillow"] # badfiles # mp3val and flac beatport = ["requests-oauthlib"] -bpd = ["PyGObject"] # python-gi and GStreamer 1.0+ -chroma = ["pyacoustid"] # chromaprint or fpcalc +bpd = ["PyGObject"] # python-gi and GStreamer 1.0+ +chroma = ["pyacoustid"] # chromaprint or fpcalc # convert # ffmpeg discogs = ["python3-discogs-client"] -embedart = ["Pillow"] # ImageMagick +embedart = ["Pillow"] # ImageMagick embyupdate = ["requests"] fetchart = ["beautifulsoup4", "langdetect", "Pillow", "requests"] import = ["py7zr", "rarfile"]