forked from platypush/platypush
Added GPS backend
This commit is contained in:
parent
c9dc1aac44
commit
39b0c3b741
6 changed files with 151 additions and 1 deletions
1
setup.py
1
setup.py
|
@ -172,6 +172,7 @@ setup(
|
|||
'Support for compiling SASS/SCSS styles to CSS': ['pyScss'],
|
||||
'Support for NFC tags': ['nfcpy>=1.0', 'ndef'],
|
||||
'Support for enviropHAT': ['envirophat'],
|
||||
'Support for GPS': ['gps'],
|
||||
# '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']
|
||||
# 'Support for media subtitles': ['git+https://github.com/agonzalezro/python-opensubtitles#egg=python-opensubtitles']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue