From: Giel Janssens Date: Wed, 24 Jan 2024 09:36:44 +0000 (+0100) Subject: RadioBrowser: pin requirement to pip version (#1024) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=1fa589206ef96a3dcfa3f034a26526acd84de0d1;p=music-assistant-server.git RadioBrowser: pin requirement to pip version (#1024) pin requirement to pip --- diff --git a/music_assistant/server/providers/radiobrowser/manifest.json b/music_assistant/server/providers/radiobrowser/manifest.json index 6e00344e..67e6d157 100644 --- a/music_assistant/server/providers/radiobrowser/manifest.json +++ b/music_assistant/server/providers/radiobrowser/manifest.json @@ -4,7 +4,7 @@ "name": "RadioBrowser", "description": "Search radio streams from RadioBrowser in Music Assistant.", "codeowners": ["@gieljnssns"], - "requirements": ["git+https://github.com/gieljnssns/python-radios.git@main"], + "requirements": ["radios==0.3.0"], "documentation": "https://github.com/orgs/music-assistant/discussions/1202", "multi_instance": false, "icon": "radio" diff --git a/requirements_all.txt b/requirements_all.txt index 95bf9a2f..95fd1055 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -13,7 +13,6 @@ colorlog==6.8.0 cryptography==41.0.7 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@v0.1.2 ifaddr==0.2.0 mashumaro==3.11 @@ -27,6 +26,7 @@ PyChromecast==13.0.8 pycryptodome==3.20.0 python-ffmpeg==2.0.9 python-slugify==8.0.1 +radios==0.3.0 shortuuid==1.0.11 snapcast-mod==2.4.3 soco==0.30.2