forked from platypush/platypush
For some reason extras_require does not like git links
This commit is contained in:
parent
ae8ba3fda1
commit
1611fd878c
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -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']
|
||||
},
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue