From 8e6b4ac3a54c29f688251bd6a87aa1edf765dfbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Elio=20Petten=C3=B2?= Date: Mon, 21 Sep 2020 09:40:58 +0100 Subject: td4277: update dependency information for pyserial. Now that there's an actual release (even if beta) that supports the CP2110, we can depend on it with the extras enabled. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 5942a67..cbe985e 100644 --- a/setup.py +++ b/setup.py @@ -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": [ -- cgit v1.2.3