Updated dependencies

This commit is contained in:
Fabio Manganiello 2018-05-27 10:50:48 +02:00
parent 755eb83093
commit 0a71e73cf0
2 changed files with 10 additions and 0 deletions

View File

@ -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

View File

@ -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']
},