forked from platypush/platypush
Updated dependencies
This commit is contained in:
parent
755eb83093
commit
0a71e73cf0
2 changed files with 10 additions and 0 deletions
|
@ -67,3 +67,12 @@ snowboy
|
|||
# Support for torrents download
|
||||
python-libtorrent
|
||||
|
||||
# Support for smart cards detection
|
||||
pyscard
|
||||
|
||||
# Support for MCP3008 analog-to-digital converter plugin
|
||||
adafruit-mcp3008
|
||||
|
||||
# Support for real-time MIDI events
|
||||
rtmidi
|
||||
|
||||
|
|
1
setup.py
1
setup.py
|
@ -84,6 +84,7 @@ setup(
|
|||
'Support for real-time MIDI events': ['rtmidi'],
|
||||
'Support for GPIO pins access': ['RPi.GPIO'],
|
||||
'Support for MCP3008 analog-to-digital converter plugin': ['adafruit-mcp3008'],
|
||||
'Support for smart cards detection': ['pyscard'],
|
||||
# 'Support for Leap Motion backend': ['git+ssh://git@github.com:BlackLight/leap-sdk-python3.git', 'redis'],
|
||||
# 'Support for Flic buttons': ['git+ssh://git@github.com/50ButtonsEach/fliclib-linux-hci']
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue