Обновление зависимостей

This commit is contained in:
Lev Plyusnin 2025-02-15 22:28:05 +07:00
parent db915589c3
commit c6818a3f1f
No known key found for this signature in database
GPG key ID: 21C6C2C9C0A4460D

View file

@ -7,13 +7,13 @@ build-backend = "setuptools.build_meta"
[project]
name = "yandex-music-downloader"
version = "3.4.3b2"
version = "3.4.3b3"
description = "Загрузчик музыки с сервиса Яндекс.Музыка"
requires-python = ">=3.9"
readme = "README.md"
dependencies = [
"yandex-music @ https://github.com/MarshalX/yandex-music-api/archive/15fc42bdda0e00d6eb637cfe7e41016c57d61f47.zip",
"mutagen",
"yandex-music @ https://github.com/llistochek/yandex-music-api/archive/9623fbca7704f47766614efe51d66c9fd496714c.zip",
"mutagen>=1.47.0",
"StrEnum"
]