diff --git a/api/setup.py b/api/setup.py index 1811b6b4e2d..5cc2e39ee6a 100755 --- a/api/setup.py +++ b/api/setup.py @@ -66,6 +66,7 @@ def get_version(): "typing-extensions>=4.0.0,<5", "click>=8.0.0,<9", 'importlib-metadata >= 1.0 ; python_version < "3.8"', + "pyusb==1.2.1", ] EXTRAS = {