Исправление загрузки пользовательских треков
This commit is contained in:
parent
d5feab42dc
commit
198fd46129
1 changed files with 2 additions and 2 deletions
|
|
@ -7,12 +7,12 @@ build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "yandex-music-downloader"
|
name = "yandex-music-downloader"
|
||||||
version = "3.4.0b0"
|
version = "3.4.1b0"
|
||||||
description = "Загрузчик музыки с сервиса Яндекс.Музыка"
|
description = "Загрузчик музыки с сервиса Яндекс.Музыка"
|
||||||
requires-python = ">=3.9"
|
requires-python = ">=3.9"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"yandex-music",
|
"yandex-music @ git+https://github.com/MarshalX/yandex-music-api@15fc42bdda0e00d6eb637cfe7e41016c57d61f47",
|
||||||
"mutagen",
|
"mutagen",
|
||||||
"StrEnum"
|
"StrEnum"
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue