Установка yandex-music-api из zip

Это ускоряет установку пакета, т.к. не приходится каждый раз клонировать
проект целиком
This commit is contained in:
Lev Plyusnin 2025-02-01 13:24:19 +07:00
parent a133cbb962
commit bba4e69ddf
No known key found for this signature in database
GPG key ID: 21C6C2C9C0A4460D
2 changed files with 3 additions and 3 deletions

View file

@ -39,7 +39,7 @@
## Установка
Для запуска скрипта требуется Python 3.9+
```
pip install git+https://github.com/llistochek/yandex-music-downloader
pip install https://github.com/llistochek/yandex-music-downloader/archive/main.zip
yandex-music-downloader --help
```

View file

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