diff options
author | Diego Elio Pettenò <flameeyes@flameeyes.com> | 2020-09-21 10:40:58 +0200 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2020-09-21 10:47:43 +0200 |
commit | 8e6b4ac3a54c29f688251bd6a87aa1edf765dfbb (patch) | |
tree | 31796b90590f080c6fa4ffae8e8dc73e6037ee6d | |
parent | Update pre-commit plugins to the latest versions as of today. (diff) | |
download | glucometerutils-8e6b4ac3a54c29f688251bd6a87aa1edf765dfbb.tar glucometerutils-8e6b4ac3a54c29f688251bd6a87aa1edf765dfbb.tar.gz glucometerutils-8e6b4ac3a54c29f688251bd6a87aa1edf765dfbb.tar.bz2 glucometerutils-8e6b4ac3a54c29f688251bd6a87aa1edf765dfbb.tar.lz glucometerutils-8e6b4ac3a54c29f688251bd6a87aa1edf765dfbb.tar.xz glucometerutils-8e6b4ac3a54c29f688251bd6a87aa1edf765dfbb.tar.zst glucometerutils-8e6b4ac3a54c29f688251bd6a87aa1edf765dfbb.zip |
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | setup.py | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -73,8 +73,8 @@ supported. ¹ USB only, bluetooth not supported. -² Requires a version of pyserial supporting CP2110 bridges. See [this pyserial -pull request](https://github.com/pyserial/pyserial/pull/411). +² Requires a version of pyserial supporting CP2110 bridges. Supported starting + from version 3.5. To identify the supported features for each of the driver, query the `help` action: @@ -21,7 +21,7 @@ extras_require = { "otverio2015": ["construct", "PYSCSI[sgio]>=2.0.1"], "otverioiq": ["construct", "pyserial"], "sdcodefree": ["construct", "pyserial"], - "td4277": ["construct", "pyserial", "hidapi"], + "td4277": ["construct", "pyserial[cp2110]>=3.5b0"], # These are not drivers, but rather tools and features. "reversing_tools": ["usbmon-tools"], "dev": [ |