mirror of
https://github.com/beetbox/beets.git
synced 2025-12-28 19:42:42 +01:00
Didn't mean to do that...
This commit is contained in:
parent
ccda7405b9
commit
5d1da3e438
1 changed files with 8 additions and 7 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue