Skip to content

Commit

Permalink
td4277: add to the setup.py dependencies.
Browse files Browse the repository at this point in the history
Also sort the list so that's easier to know where to add it.
  • Loading branch information
Flameeyes committed Aug 5, 2019
1 parent d7ab528 commit a149113
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions setup.py
Expand Up @@ -53,16 +53,17 @@ def run_tests(self):
extras_require = {
# These are all the drivers' dependencies. Optional dependencies are
# listed as mandatory for the feature.
'otultra2': ['pyserial'],
'otultraeasy': ['construct', 'pyserial'],
'otverio2015': ['construct', 'python-scsi'],
'otverioiq': ['construct', 'pyserial'],
'accucheck_reports': [],
'fsinsulinx': ['construct', 'hidapi'],
'fslibre': ['construct', 'hidapi'],
'fsoptium': ['pyserial'],
'fsprecisionneo': ['construct', 'hidapi'],
'accucheck_reports': [],
'otultra2': ['pyserial'],
'otultraeasy': ['construct', 'pyserial'],
'otverio2015': ['construct', 'python-scsi'],
'otverioiq': ['construct', 'pyserial'],
'sdcodefree': ['construct', 'pyserial'],
'td4277': ['construct', 'pyserial', 'hidapi'],
},
entry_points = {
'console_scripts': [
Expand Down

0 comments on commit a149113

Please sign in to comment.