fix dependencies + version bump
This commit is contained in:
parent
faca12783e
commit
77ba1cba9c
3 changed files with 4 additions and 4 deletions
|
@ -2,6 +2,6 @@ librespot@git+https://github.com/kokarare1212/librespot-python
|
||||||
music-tag@git+https://zotify.xyz/zotify/music-tag
|
music-tag@git+https://zotify.xyz/zotify/music-tag
|
||||||
mutagen
|
mutagen
|
||||||
Pillow
|
Pillow
|
||||||
pwinput
|
pkce
|
||||||
requests
|
requests
|
||||||
tqdm
|
tqdm
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[metadata]
|
[metadata]
|
||||||
name = zotify
|
name = zotify
|
||||||
version = 0.9.5
|
version = 0.9.6
|
||||||
author = Zotify Contributors
|
author = Zotify Contributors
|
||||||
description = A highly customizable music and podcast downloader
|
description = A highly customizable music and podcast downloader
|
||||||
long_description = file: README.md
|
long_description = file: README.md
|
||||||
|
@ -23,7 +23,7 @@ install_requires =
|
||||||
music-tag@git+https://zotify.xyz/zotify/music-tag
|
music-tag@git+https://zotify.xyz/zotify/music-tag
|
||||||
mutagen
|
mutagen
|
||||||
Pillow
|
Pillow
|
||||||
pwinput
|
pkce
|
||||||
requests
|
requests
|
||||||
tqdm
|
tqdm
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ from zotify.app import App
|
||||||
from zotify.config import CONFIG_PATHS, CONFIG_VALUES
|
from zotify.config import CONFIG_PATHS, CONFIG_VALUES
|
||||||
from zotify.utils import OptionalOrFalse
|
from zotify.utils import OptionalOrFalse
|
||||||
|
|
||||||
VERSION = "0.9.5"
|
VERSION = "0.9.6"
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
|
|
Loading…
Add table
Reference in a new issue