From 9a4963a48ac021a64533282cf2b9773c55518f2b Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Tue, 12 Feb 2019 22:54:53 +0100 Subject: [PATCH] Forgot a comma --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5dd6f82f..a408be96 100755 --- a/setup.py +++ b/setup.py @@ -95,7 +95,7 @@ setup( 'Support for Plex plugin': ['plexapi'], 'Support for Chromecast plugin': ['pychromecast'], 'Support for sound devices': ['sounddevice', 'soundfile', 'numpy'], - 'Support for web media subtitles': ['webvtt-py'] + 'Support for web media subtitles': ['webvtt-py'], 'Support for mopidy backend': ['websocket-client'], # 'Support for Leap Motion backend': ['git+ssh://git@github.com:BlackLight/leap-sdk-python3.git'], # 'Support for Flic buttons': ['git+https://@github.com/50ButtonsEach/fliclib-linux-hci.git']