ReplayGain

This commit is contained in:
zotify 2023-07-31 18:14:25 +12:00
parent 30721125ef
commit 911c29820a
13 changed files with 171 additions and 141 deletions

View file

@ -20,7 +20,7 @@ packages = zotify
python_requires = >=3.10
install_requires =
librespot>=0.0.9
music-tag
music-tag@git+https://zotify.xyz/zotify/music-tag
mutagen
Pillow
pwinput
@ -35,5 +35,3 @@ console_scripts =
# Conflicts with black
ignore = E203
max-line-length = 160
per-file-ignores =
zotify/file.py: E701