For some reason extras_require does not like git links

This commit is contained in:
Fabio Manganiello 2018-01-06 22:56:46 +01:00
parent ae8ba3fda1
commit 1611fd878c
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ setup(
'Support for OMXPlayer plugin': ['omxplayer'],
'Support for YouTube in the OMXPlayer plugin': ['youtube-dl'],
'Support for Google Assistant': ['google-assistant-sdk[samples]'],
'Support for Flic buttons': ['git+ssh://git@github.com/50ButtonsEach/fliclib-linux-hci']
# 'Support for Flic buttons': ['git+ssh://git@github.com/50ButtonsEach/fliclib-linux-hci']
},
)