Обновление зависимостей
This commit is contained in:
parent
db915589c3
commit
c6818a3f1f
1 changed files with 3 additions and 3 deletions
|
|
@ -7,13 +7,13 @@ build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "yandex-music-downloader"
|
name = "yandex-music-downloader"
|
||||||
version = "3.4.3b2"
|
version = "3.4.3b3"
|
||||||
description = "Загрузчик музыки с сервиса Яндекс.Музыка"
|
description = "Загрузчик музыки с сервиса Яндекс.Музыка"
|
||||||
requires-python = ">=3.9"
|
requires-python = ">=3.9"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"yandex-music @ https://github.com/MarshalX/yandex-music-api/archive/15fc42bdda0e00d6eb637cfe7e41016c57d61f47.zip",
|
"yandex-music @ https://github.com/llistochek/yandex-music-api/archive/9623fbca7704f47766614efe51d66c9fd496714c.zip",
|
||||||
"mutagen",
|
"mutagen>=1.47.0",
|
||||||
"StrEnum"
|
"StrEnum"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue