From 0a71e73cf0d5c0121df78ad7b2a9397c0a74b2fd Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Sun, 27 May 2018 10:50:48 +0200 Subject: [PATCH] Updated dependencies --- requirements.txt | 9 +++++++++ setup.py | 1 + 2 files changed, 10 insertions(+) diff --git a/requirements.txt b/requirements.txt index 80c96548..2945140c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 + diff --git a/setup.py b/setup.py index 9a79bfc4..c512552f 100755 --- a/setup.py +++ b/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'] },