Remove python-ffmpeg requirement from Snapcast manifest.json (#1023)
authorSantiago Soto <81064015+SantiagoSotoC@users.noreply.github.com>
Wed, 24 Jan 2024 09:37:06 +0000 (06:37 -0300)
committerGitHub <noreply@github.com>
Wed, 24 Jan 2024 09:37:06 +0000 (10:37 +0100)
music_assistant/server/providers/snapcast/manifest.json
requirements_all.txt

index da5f77d7762dae3a1deda4ece1d4be087eaeed82..122ef2ebc709116897e5eb0fd4b57ce5623e5ae1 100644 (file)
@@ -4,7 +4,7 @@
   "name": "Snapcast",
   "description": "Support for snapcast server and clients.",
   "codeowners": ["@SantigoSotoC"],
-  "requirements": ["snapcast-mod==2.4.3", "python-ffmpeg==2.0.9"],
+  "requirements": ["snapcast-mod==2.4.3"],
   "documentation": "https://github.com/orgs/music-assistant/discussions/1668",
   "multi_instance": false,
   "builtin": false,
index 95fd1055ca4f26df2e13aca0adea4f6551df38ba..0a5ebab611d4ee0798fc469e00b1c7aa81156e2b 100644 (file)
@@ -24,7 +24,6 @@ plexapi==4.15.7
 py-opensonic>=5.0.1
 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