From 2368ea557de156cb115c21512d5aa960deceab88 Mon Sep 17 00:00:00 2001 From: Jonathan Bangert Date: Mon, 14 Aug 2023 16:51:16 +0200 Subject: [PATCH] Update requirement to specific tag --- music_assistant/server/providers/deezer/manifest.json | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/music_assistant/server/providers/deezer/manifest.json b/music_assistant/server/providers/deezer/manifest.json index 6a95a701..437f4491 100644 --- a/music_assistant/server/providers/deezer/manifest.json +++ b/music_assistant/server/providers/deezer/manifest.json @@ -5,6 +5,6 @@ "description": "Support for the Deezer streaming provider in Music Assistant.", "codeowners": ["@Un10ck3d", "@micha91"], "documentation": "https://github.com/orgs/music-assistant/discussions/1245", - "requirements": ["git+https://github.com/music-assistant/deezer-python-async@convert_to_async", "pycryptodome==3.18.0"], + "requirements": ["git+https://github.com/music-assistant/deezer-python-async@v0.1.0", "pycryptodome==3.18.0"], "multi_instance": true } diff --git a/requirements_all.txt b/requirements_all.txt index a000da1a..75f0d406 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -14,7 +14,7 @@ cryptography==41.0.3 faust-cchardet>=2.1.18 git+https://github.com/MarvinSchenkel/pytube.git git+https://github.com/gieljnssns/python-radios.git@main -git+https://github.com/music-assistant/deezer-python-async@convert_to_async +git+https://github.com/music-assistant/deezer-python-async@v0.1.0 ifaddr==0.2.0 mashumaro==3.9 memory-tempfile==2.2.3 -- 2.34.1