Skip to content

Commit

Permalink
add pyusb to api/setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vegano1 committed May 22, 2024
1 parent 5714887 commit 70cc5b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 70cc5b9

Please sign in to comment.