From: Jonathan Bangert Date: Mon, 14 Aug 2023 14:51:16 +0000 (+0200) Subject: Update requirement to specific tag X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=2368ea557de156cb115c21512d5aa960deceab88;p=music-assistant-server.git Update requirement to specific tag --- 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